@charset "UTF-8";
/* CSS Document */

/*
Theme Name: Teach Yourself
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: twentythirteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;
}

a{text-decoration:none;}

hr{display:none;}

html{
    font-family: 'Open Sans', sans-serif;
    }

.fila{
    display:block;
    width:100%;
    margin:auto;
    clear:both;
    overflow:hidden;
    }
    
.centrado{
    display:block;
    width:100%;
    max-width:1240px;
    margin:auto;
    clear:both;
    overflow:hidden;
    }   

.cabecera{
    position:relative;
    }
    
.cabecera_home{
    overflow:inherit;
    }   
    
.cabecera_interior{
    background-size:100%;
    background-repeat:no-repeat;
    }   

.cabecera .filete{
    font-size:14px;
    width:100%;
    position:absolute;
    position:fixed;
    top:20px;
    top:0px;
    height:33px;
    background-color:rgba(0,0,0,1.00);
    z-index:30;
    }
    
.site-title{
    display:block;
    width:100px;
    height:80px;
    background-image:url(images/logo_TY.png);
    background-repeat:no-repeat;
    background-size:100%;
    position:absolute;
    top:-20px;
    top:0px;
    }   
    
.site-title a{
    display:block;
    width:100px;
    height:80px;
    }

.site-title a span{
    display:none;
    }   
    
#primary-menu{
    margin-left:250px;
    }   

#primary-menu{
    line-height:33px;
    }

#primary-menu li{
    float:left;
    padding-right:10px;
    }
    
#primary-menu li a{
    display:block;
    padding-left:10px;
    padding-right:10px;
    line-height:33px;
    color:rgba(255,255,255,1.00);
    }   
    
#primary-menu li:hover{ background-color:#666; color:#fff;}
#primary-menu li:hover a{color:#fff;}
#primary-menu li.current_page_parent,
#primary-menu li.current-menu-item{
    background-color:rgba(255,221,9,1.00);
    }
    
#primary-menu li.current_page_parent a,
#primary-menu li.current-menu-item a{
    color:rgba(0,0,0,1.00);
    }           
    
/*#primary-menu li:hover a{color:rgba(0,0,0,1.00);}*/

#primary-menu li ul.sub-menu{
    display:none;
    position:absolute;
    top:33px;
    color:rgba(0,0,0,1.00);
    z-index:40;
    width:inherit;
    }
    
#primary-menu li ul.sub-menu li{
    float:inherit;
    width:100%;
    clear:both;
    /*border-right:1px solid rgba(0,0,0,1.00);*/
    border-top:1px solid rgba(0,0,0,1.00);
    background-color:rgba(255,221,9,1.00);
    }   
    
#primary-menu li ul.sub-menu li a{
    color:rgba(0,0,0,1.00);
    font-size:14px;
    }   
    
#primary-menu li ul.sub-menu li a:hover{
    color:rgba(255,255,255,1.00);
    }   
    
#primary-menu li ul.sub-menu li.current-menu-item a{
    color:rgba(255,255,255,1.00);
    }   
    
.menu-main-container{
    display:none;
    }   

#site-navigation{
    }
    
.menu-toggle{
    display:inline-block;
    height:33px;
    line-height:33px;
    color:rgba(253,253,253,1.00);
    cursor:pointer;
    padding-left:15px;
    padding-right:15px;
    float:right;
    margin-right:36px;
    background-image:url(images/menu.png);
    background-repeat:no-repeat;
    background-size:100% auto;
    background-position: center center;
    }   

.toggled-on .menu-toggle{
    line-height:33px;
    color:rgba(0,0,0,1.00);
    background-color:rgba(255,221,9,1.00);
    background-image:url(images/menu-alt.png);
    }   
    
.menu-toggle span{
    display:none;
    }   
    
.toggled-on .menu-main-container{
    display:block;
    margin-top:0px;
    float:right;
    background-color:rgba(255,221,9,1.00);
    width:250px;
    border-left:1px solid rgba(0,0,0,1.00);
    border-right:1px solid rgba(0,0,0,1.00);
    }
    
.toggled-on .menu-main-container li{
    line-height:33px;
    border-bottom:1px solid rgba(0,0,0,1.00);
    }

.toggled-on .menu-main-container li a{
    display:block;
    color:rgba(0,0,0,1.00);
    line-height:33px;
    width:100%;
    height:100%;
    padding-left:10px;
    }
    
.toggled-on .menu-main-container li a:hover,
.toggled-on .menu-main-container li.current-menu-item a{
    color:rgba(255,255,255,1.00);
    }   
    
.toggled-on .menu-main-container li ul{
    display:none;
    }       
    
.filete form{
    float:right;
    display:inline-block;
    }   
    
.search-field{
    border-radius:5px;
    border:0px;
    height:20px;
    margin-top:6px;
    text-align:right;
    padding-right:5px;
    font-family: 'Open Sans', sans-serif;
    font-size:14px;
    font-weight:400;
    }   

.screen-reader-text,    
.search-submit{
    display:none;
    }   

#owl-demo{}

#owl-demo .owl-item div{
    position:relative;
    width:100%;
    height:auto;
    background-repeat:no-repeat;
    }

#owl-demo .owl-item div .video{
    position:relative;
    display:block;
    width:100%;
    height:85vh;
    overflow:hidden;
    }


#owl-demo .owl-item div iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }

#owl-demo .owl-item div p{
    position:absolute;
    top:20%;
    left:20%;
    width:60%;
    font-size:38px;
    line-height:45px;
    font-weight:300;
    color:rgba(255,255,255,1.00);
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    }
    
#owl-demo .owl-item div p.color{
    color:rgba(0,0,0,1.00);
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
    }   
    
#owl-demo .owl-item div p a{
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    display:table;
    clear:both;
    font-size:16px;
    background-color:rgba(255,221,9,1.00);
    padding:10px;
    padding-bottom:0px;
    padding-top:0px;
    margin-top:20px;
    color:rgba(0,0,0,1.00); 
    }   

#owl-demo img{
    width:100%;
    }
    
.owl-theme .owl-controls{
    margin-top:-25px;
    }   
    
.owl-theme .owl-controls .owl-page span{
    background-color:rgba(255,255,255,1.00);
    opacity:0.99;
    }   
    
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    opacity:0.99;
    background-color:rgba(255,221,9,1.00);} 

.productos_home{
    background-color:rgba(242,242,242,1.00);
    padding-bottom:2%;
    padding-top:2%;
    }

.productos_home .centrado{
    width:100%;
    max-width:1920px;
    }

.productos_home .centrado .producto{
    display:block;
    /*max-width:200px;*/
    width:16.6%;
    float:left;
    position:relative;
    overflow:hidden;
    }

.productos_home .centrado .producto .fondo_producto{
    position:relative;
    top:0px;
    left:0px;
    z-index:10;
    width:100%;
    background-size:100%;
    background-position:center center;
    background-repeat:no-repeat;
    transition: background-size 0.1s ease-in;
    -moz-transition: background-size 0.1s ease-in;
    -ms-transition: background-size 0.1s ease-in;
    -o-transition: background-size 0.1s ease-in;
    -webkit-transition: background-size 0.1s ease-in;
    }
    
.productos_home .centrado .producto:hover .fondo_producto{
    background-size:110%;
    }   

.productos_home .centrado .producto .fondo_producto img{
    width:100%;
    height:auto;
    visibility:hidden;
    }

.productos_home .centrado .producto .panel_producto{
    position:absolute;
    bottom:4%;
    left:2%;
    z-index:20;
    width:96%;
    background-color:rgba(0,0,0,0.75);
    padding:10px;
    overflow:hidden;
    display:none;
    }

.productos_home .centrado .producto .panel_producto h2{
    font-size:16px;
    font-weight:300;
    color:rgba(255,255,255,1.00);
    padding-bottom:10px;
    }

.productos_home .centrado .producto .panel_producto h2 a{
    color:rgba(255,255,255,1.00);
    }

.productos_home .centrado .producto .panel_producto p{
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,1.00);
    line-height:20px;
    }

.highlights{}

.highlights_inner{
    background-color:rgba(242,242,242,1.00);
    }

.highlights .centrado{
    padding-bottom:2%;
    padding-top:2%;
    }

.highlights .centrado .highlight{}

.highlights .centrado .highlight div{
    display:block;
    float:left;
    width:50%;
    padding:2%;
    }

.highlights .centrado .highlight span{
    display:block;
    background-size:100%;
    background-position:center center;
    background-repeat:no-repeat;
    display:block;
    float:right;
    width:46%;
    margin:2%;
    transition: background-size 0.1s ease-in;
    -moz-transition: background-size 0.1s ease-in;
    -ms-transition: background-size 0.1s ease-in;
    -o-transition: background-size 0.1s ease-in;
    -webkit-transition: background-size 0.1s ease-in;
    }
    
.highlights .centrado .highlight span:hover{
    background-size:110%;   
    }

.highlights .centrado .highlight div img{
    display:block;
    float:left;
    width:100%;
    margin-bottom:0%;
    margin-right:0%;
    visibility:hidden;
    }

.highlights .centrado .highlight div h2{
    font-size:30px;
    font-weight:300;
    color:rgba(53,53,53,1.00);
    padding-bottom:15px;
    }

.highlights .centrado .highlight div h2 a{
    color:rgba(53,53,53,1.00);
    }

.highlights .centrado .highlight div p{
    font-size:14px;
    font-weight:400;
    line-height:20px;
    padding-bottom:10px;
    }

.highlights .centrado .highlight div p strong{
    font-weight:600;
    }

.highlights .centrado .highlight div p em{
    font-style: italic;
    }

.highlights .centrado .highlight div a.more_information{
    clear:both;
    display:table;
    font-size:15px;
    font-weight:300;
    color:rgba(255,255,255,1.00);
    background-color:rgba(0,0,0,1.00);
    margin-top:20px;
    padding:10px;
    padding-left:20px;
    padding-right:20px;
    }

.review_home{
    background-color:rgba(242,242,242,1.00);
    }
    
.review_inner{
    }   
    
.review .centrado{
    padding-bottom:2%;
    }   
    
.review .centrado h2{
    font-size:36px;
    font-weight:300;
    color:rgba(53,53,53,1.00);
    padding-left:2%;
    padding-top:2%;
    }
    
.review .centrado h2 a{
    color:rgba(53,53,53,1.00);
    }       
    
.review .centrado div.sin_carrusel{
    display:block;
    float:left;
    width:50%;
    padding:2%;
    }


.review .centrado div.review_carrusel{
    display:block;
    overflow:hidden;
    float:left;
    width:100%;
    padding:4%;
    padding-bottom:10%;
    }
    
    
    
.review .centrado div h3{
    font-size:24px;
    font-weight:300;
    color:rgba(255,221,9,1.00);
    padding-bottom:20px;
    }

.review .centrado h3 a{
    color:rgba(255,221,9,1.00);
    }   

.review .centrado div p{
    font-size:14px;
    font-weight:400;
    line-height:20px;
    padding-bottom:15px;
    color:rgba(53,53,53,1.00);
    }

#owl-demo3 .owl-wrapper-outer,
#owl-demo4 .owl-wrapper-outer,
#owl-demo5 .owl-wrapper-outer{
    width:100%;
    margin:auto;
    }
    
#owl-demo3 .owl-buttons div,
#owl-demo4 .owl-buttons div,
#owl-demo5 .owl-buttons div{
    position:absolute;
    top:30%;
    background-color:rgba(0,0,0,0.70);
    cursor:pointer;
    width:60px;
    height:120px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:50%;
    border-radius:0px;
    }   
    
.owl-theme .owl-controls .owl-buttons div{
    opacity:0.05;
    }   
    
#owl-demo3 .owl-buttons div span,
#owl-demo4 .owl-buttons div span,
#owl-demo5 .owl-buttons div span{
    display:none;
    }   
    
#owl-demo3 .owl-buttons  .owl-prev,
#owl-demo4 .owl-buttons  .owl-prev,
#owl-demo5 .owl-buttons  .owl-prev{
    left:0px;
    background-image:url(images/left.png);
    }

#owl-demo3 .owl-buttons  .owl-next,
#owl-demo4 .owl-buttons  .owl-next,
#owl-demo5 .owl-buttons  .owl-next{
    right:0px;
    background-image:url(images/right.png);
    }       
    
/**/

.carrusel{
    position:relative;
    padding-top:25px;
    padding-bottom:50px;
    }

.item-carrusel{
    position:relative;
    top:0px;
    left:0px;
    z-index:10;
    width:100%;
    }

.item-carrusel .fondo_carrusel{
    background-size:100%;
    background-position:center center;
    background-repeat:no-repeat;
    transition: background-size 0.1s ease-in;
    -moz-transition: background-size 0.1s ease-in;
    -ms-transition: background-size 0.1s ease-in;
    -o-transition: background-size 0.1s ease-in;
    -webkit-transition: background-size 0.1s ease-in;
    }
    
.item-carrusel .fondo_carrusel img{
    width:100%;
    height:auto;
    visibility:hidden;
    }
    
.item-carrusel:hover .fondo_carrusel{
    background-size:110%;
    }   

.item-carrusel .panel_carrusel{
    position:absolute;
    top:2%;
    left:2%;
    z-index:20;
    width:96%;
    height:96%;
    background-color:rgba(0,0,0,0.75);
    padding:10px;
    overflow:hidden;
    display:none;
    }

.item-carrusel .panel_carrusel h2{
    font-size:20px;
    font-weight:300;
    color:rgba(255,255,255,1.00);
    padding-bottom:10px;
    }

.item-carrusel .panel_carrusel h2 a{
    color:rgba(255,255,255,1.00);
    }

.item-carrusel .panel_carrusel p{
    font-size:15px;
    font-weight:400;
    color:rgba(255,255,255,1.00);
    line-height:20px;
    }
    
.item-carrusel .panel_carrusel a.more_information{
    clear:both;
    display:table;
    font-size:15px;
    font-weight:300;
    color:rgba(0,0,0,1.00);
    background-color:rgba(255,221,9,1.00);
    margin-top:20px;
    padding:10px;
    padding-left:20px;
    padding-right:20px;
    }   
    
.customNavigation .btn{
    position:absolute;
    top:30%;
    background-color:rgba(0,0,0,0.70);
    cursor:pointer;
    width:60px;
    height:120px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:50%;
    }   
    
.customNavigation .btn span{
    display:none;
    }   
    
.customNavigation .prev{
    left:0px;
    background-image:url(images/left.png);
    }

.customNavigation .next{
    right:0px;
    background-image:url(images/right.png);
    }   

/**/    

.descargas{
    display:block;
    overflow:hidden;
    background-color:rgba(255,255,255,1.00);
    }

.descarga{
    float:left;
    width:25%;
    padding:2%;
    text-align:center;
    }
    
.descarga h3{
    font-size:20px;
    line-height:24px;
    font-weight:300;
    }

.descarga h3 a{
    color:rgba(53, 53, 53, 1);}

.descarga img{
    max-width: 100%;
    }

.descarga p{
    font-size:14px;
    line-height:20px;
    font-weight:400;
    padding-bottom:20px;
    padding-top:20px;
    color:rgba(53, 53, 53, 1);
    }   
    
.descarga .boton_descarga{
    text-transform:uppercase;
    background-color: rgba(0, 0, 0, 1);
    clear: both;
    color: rgba(255, 255, 255, 1);
    display: table;
    margin:auto;
    font-size: 15px;
    font-weight: 300;
    margin-top: 20px;
    padding: 10px 20px;
    }
    

/**/

.centrado{}

.centrado.cuerpo{
    background-color:rgba(255,255,255,1.00);
    padding:2%;
    margin-top:100px;
    }

.centrado.cuerpo.gap{
    background-color:rgba(255,255,255,1.00);
    padding:2%;
    margin-top:500px;
    }

.texto_extra{
    color: rgba(255, 255, 255, 1);
        font-size: 38px;
        font-weight: 300;
        left: 20%;
        line-height: 45px;
        position: absolute;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
        top: 20%;
        width: 60%;
    text-align:center;
}
    
.centrado.cuerpo.total{
    width:100%;
    max-width:1920px;
    }   
    
.centrado.cuerpo.interior{
    margin-top:0px;
    background-color:rgba(255,255,255,0.00);
    }   

.centrado.cuerpo .principal{}

.centrado.cuerpo .principal .texto{
    float:right;
    width:75%;
    padding-left:2%;
    }
    
.centrado.cuerpo .principal .texto h1{
    font-size:30px;
    font-weight:300;
    margin-bottom:20px;
    color:rgba(255,221,9,1.00);
    }

.centrado.cuerpo .principal .texto p{
    font-size:14px;
    line-height:20px;
    font-weight:400;
    margin-bottom:20px;
    color:rgba(53, 53, 53, 1);
    }   
    
.centrado.cuerpo .principal .texto p strong{
    font-weight:600;
    }

.centrado.cuerpo .principal .texto p em{
    font-style:italic;
    }   

.centrado.cuerpo .principal .texto ul{
    padding-bottom:20px;
    }

.centrado.cuerpo .principal .texto ul li{
    font-size:14px;
    line-height:20px;
    font-weight:400;
    margin-bottom:5px;
    color:rgba(53, 53, 53, 1);
    list-style-type:disc;
    margin-left:20px;
    }

.centrado.cuerpo .principal .texto table{
    border:1px solid #000;
    margin-bottom:20px;
    }

.centrado.cuerpo .principal .texto th{
    border:1px solid #000;
    text-align:left;
    padding:10px;
    font-size:14px;
    line-height:20px;
    font-weight:600;
    margin-bottom:20px;
    color:rgba(53, 53, 53, 1);
    }

.centrado.cuerpo .principal .texto td{
    border:1px solid #000;
    padding:10px;
    font-size:14px;
    line-height:20px;
    font-weight:400;
    margin-bottom:20px;
    color:rgba(53, 53, 53, 1);
    }

.centrado.cuerpo .principal .imagen{
    float:left;
    width:25%;
    height:25%;
    overflow:hidden;
    background-size:100%;
    background-repeat:no-repeat;
    background-position:center center;
    transition: background-size 0.1s ease-in;
    -moz-transition: background-size 0.1s ease-in;
    -ms-transition: background-size 0.1s ease-in;
    -o-transition: background-size 0.1s ease-in;
    -webkit-transition: background-size 0.1s ease-in;
    }

.centrado.cuerpo .principal .imagen:hover{
    background-size:110%;
    }
    
.centrado.cuerpo .principal .imagen img{
    width:100%;
    visibility:hidden;
    }   

.centrado.cuerpo .banner{
    position: relative;
    }

.centrado.cuerpo .banner .texto{
    position: absolute;
    z-index:150;
    text-align:center;
    width:100%;
    }

.centrado.cuerpo .banner .texto h1{
    color: rgba(255, 255, 255, 1);
    font-size: 38px;
    font-weight: 300;
    line-height: 45px;
    text-align: center;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);
    text-align:center;
    padding-left:10%;
    padding-right:10%;
    padding-top:10%;
    }

.centrado.cuerpo .banner .imagen{
    z-index:100;
    }

.centrado.cuerpo .banner .imagen img{
    width:100%;
    }

/**/
    
    
.pie{
    background-color:rgba(0,0,0,1.00);
    min-height:33px;
    margin-top:25px;
    position:fixed;
    bottom:0px;
    z-index:100;
    }
    
.pie .centrado{
    font-weight:400;
    font-size:14px;
    }

.pie .centrado ul{
    display:block;
    min-height:33px;
    }

.pie .centrado ul li{
    float:left;
    padding-left:10px;
    padding-right:10px;
    font-size:12px;
    }
    
.pie .centrado ul li.facebook,
.pie .centrado ul li.twitter{
    float:right;
    }   

.pie .centrado ul li a{
    color:rgba(254,254,254,1.00);
    line-height:33px;
    }   
    
sup { 
    vertical-align: super;
    font-size: smaller;
}

.page-header .page-title{
    padding-bottom:20px;
    }
    
article .entry-header .entry-title{
    padding-top:20px;
    }
    
article .entry-header .entry-title a {
    color: rgba(255, 221, 9, 1);
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}   

article .entry-summary p{
    padding-top:20px;
     color: rgba(53, 53, 53, 1);
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 20px;
    }

article .entry-summary p a{
    text-decoration:underline;
    }
    
.navbar{
    position:relative;
    z-index:100;
    }   
    
.color_gris{
    background-color:rgba(242, 242, 242, 1);
    }

.color_blanco{
    background-color:rgba(255, 255, 255, 1);
    }   
    
.form_language{
    padding:20px;
    font-size:14px;
    }

.form_language br{
    display:none;
    }
    

    .form_language h2 {
    color: rgba(255, 221, 9, 1);
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}

.form_language p{
    clear:both;
    padding-bottom:20px;
    }

.form_language span{
    display:block; float:left; padding:5px;
    }
    
.form_short{
    padding:20px;
    font-size:14px;
    }

.form_short br{
    display:none;
    }
    
    .form_short h2 {
    color: rgba(255, 221, 9, 1);
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 20px;
}
    
.form_short p{
    clear:both;
    padding-bottom:20px;
    }

.form_short span{
    display:block; float:left; padding:5px;
    }   
    
@media screen and (max-width: 1024px) {
    body{
        /*background-color:red;*/
        }
        
    .centrado{
        padding-left:10px;
        padding-right:10px;
        }   
    
    
        
    #primary-menu {
        margin-left: 110px;
        }   
        
    #primary-menu li ul.sub-menu li a{
        color:rgba(0,0,0,1.00);
        font-size:12px;
        }
    
    #owl-demo .owl-item div p{
        font-size:28px;
        line-height:36px;
        left:15%;
        width:70%;
        }
        
    .centrado.cuerpo{
        margin-left:2%;
        margin-right:2%;
        width:96%;
        }   
        
            
}

@media screen and (max-width: 1000px) {
    .menu-header-container{
        display:none;
        }	

}

@media screen and (max-width: 768px) and (orientation: portrait) {
    body{
        /*background-color:green;*/
        }
        
    #owl-demo .owl-item div.rr{
        display:block;
        height:85vh;
        background-size:auto 100%;
        background-position:center center;
        }   
    
    #owl-demo .owl-item div.rr img{
        visibility:hidden;
        }
                
    #owl-demo .owl-item div p{
        left:10%;
        width:80%;
        font-size:36px;
        line-height:40px;
        }
        
    .productos_home .centrado .producto{
        width:33.3%;
        }   
        
    .toggled-on .menu-main-container{
        width:100%;
        }  
		
	 .menu-header-container{
        display:none;
        }	 
    
}   

@media screen and (max-width: 736px) and (orientation: landscape) {
    body{
        /*background-color:blue;*/
        }
    
    .menu-header-container{
        display:none;
        }
        
    .search-form{
        display:none;
        }   
        
    .productos_home .centrado .producto .panel_producto h2 {
        font-size: 20px;
        }
        
    .productos_home .centrado .producto .panel_producto p {
        font-size: 14px;
        line-height: 20px;
        }       
        
    .centrado.cuerpo .principal .texto {
        float: inherit;
        padding-left: 0%;
        width: 100%;
        }
        
    .centrado.cuerpo .principal .texto h1 {
        font-size: 20px;
        }   
        
    .centrado.cuerpo .principal .texto p {
        font-size: 11px;
        line-height: 15px;
        }   
        
    .centrado.cuerpo .principal .imagen {
        float:inherit;
        width: 100%;
        text-align:center;
        }
        
    .centrado.cuerpo .principal .imagen img {
        display:block;
        width: 50%;
        margin:auto;
        }   
    
    .descarga {
        width: 50%;
        }
        
    .descarga h3 {
        font-size: 20px;
        line-height: 24px;
        }
        
    .descarga p {
        font-size: 14px;
        line-height: 20px;
        }   
        
    .descarga .boton_descarga {
        font-size: 11px;
        margin: 0px auto auto;
        padding: 10px 15px;
        }       
    
    .productos_home .centrado .producto {
        width: 50%;
        }
    
    .highlights .centrado .highlight div {
        width: 100%;
        }
    
    .highlights .centrado .highlight div h2 {
        font-size: 20px;
        }
        
    .highlights .centrado .highlight div p {
        font-size: 11px;
        line-height: 15px;
        }   
        
    .highlights .centrado .highlight div a.more_information {
        font-size: 12px;
        padding: 10px 15px;
        }   
    
    .review .centrado div {
        width: 100%;
        }
        
    .review .centrado h2 {
        font-size: 20px;
        }   
        
    .review .centrado div h3 {
        font-size: 15px;
    }   
    
    .review .centrado div p {
        font-size: 11px;
        line-height: 15px;
    }
    
    .item-carrusel .panel_carrusel h2{
        font-size:20px;
        }
    
    
    .item-carrusel .panel_carrusel p{
        font-size:15px;
        line-height:20px;
        }   
        
    .item-carrusel .panel_carrusel a.more_information {
        font-size: 11px;
        margin-top: 20px;
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
        }   
    
    .customNavigation .btn{
        top:40%;
        width:30px;
        height:60px;
        }   
    
    .pie .centrado ul li {
        float: left;
        padding-left: 5px;
        padding-right: 5px;
    }
        
    .pie .centrado{
        font-weight:400;
        font-size:12px;
        }       
    
}       

@media screen and (max-width: 414px) and (orientation: portrait) {
    body{
        /*background-color:orange;*/
        }
    
    .menu-header-container{
        display:none;
        }
        
    .search-form{
        display:none;
        }   
        
    
    .owl-carousel .owl-item{
        
        }
        
    #owl-demo .owl-item div.rr{
        display:block;
        height:85vh;
        background-size:auto 100%;
        background-position:center center;
        }   
    
    #owl-demo .owl-item div.rr img{
        visibility:hidden;
        }
                
    #owl-demo .owl-item div p{
        left:5%;
        width:90%;
        font-size:20px;
        line-height:25px;
        }
    
    .centrado.cuerpo .principal .texto {
        float: inherit;
        padding-left: 0%;
        width: 100%;
        }
        
    .centrado.cuerpo .principal .imagen {
        float:inherit;
        width: 100%;
        }
    
    .descarga {
        width: 100%;
        }
    
    .productos_home .centrado .producto {
        width: 50%;
        }
    
    .highlights .centrado .highlight div {
        width: 100%;
        }
    
    .review .centrado div {
        width: 100%;
        }
    
    .item-carrusel .panel_carrusel h2{
        font-size:15px;
        }
    
    
    .item-carrusel .panel_carrusel p{
        font-size:11px;
        line-height:13px;
        }   
        
    .item-carrusel .panel_carrusel a.more_information {
        font-size: 11px;
        margin-top: 20px;
        padding: 10px;
        padding-left: 15px;
        padding-right: 15px;
        }   
    
    .customNavigation .btn{
        top:40%;
        width:30px;
        height:60px;
        }
    
    .pie {
       position:inherit;
    }
        
    .pie .centrado ul li{
        float:inherit;
        margin:auto;
        text-align:center;
        }   
    
    .pie .centrado ul li.facebook,
    .pie .centrado ul li.twitter{
        float:inherit;
        }   
    
}       