﻿@font-face{
    font-family: CaviarDreams;
    src: url('../fonts/caviardreams-webfont.eot');
    src: url('../fonts/caviardreams-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/caviardreams-webfont.woff') format('woff'),
         url('../fonts/caviardreams-webfont.ttf') format('truetype'),
         url('../fonts/caviardreams-webfont.svg#caviar_dreamsregular') format('svg');
}
@font-face{font-family: FlorenceSans; src: url(../fonts/FlorenceSans.ttf);}
@font-face{
    font-family: 'proxima_nova_rgbold';
    src: url('../fonts/proximanova-bold-webfont.eot');
    src: url('../fonts/proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/proximanova-bold-webfont.woff') format('woff'),
         url('../fonts/proximanova-bold-webfont.ttf') format('truetype'),
         url('../fonts/proximanova-bold-webfont.svg#proxima_nova_rgbold') format('svg');
    font-weight: normal;
	
    font-style: normal;
}
*{
    margin: 0;
    padding: 0;
}

body{
    background: #373737;
}

header, menu, section , footer{
    overflow: hidden;
}

a{text-decoration: none; color: #FFF;}

/* ADICIONAL EFECTOS */
.vertical{
    font-family: none !important;
    width: 2px !important;
    height: 10px !important;
    border-right: 1px solid #7D7D7D;
    margin-top: 7px;
    margin-left: 15px;
    margin-right: 15px;
}
.btn-black{
    float: right;
    border: none;
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 1);
    color: #FFF;
    font-family: Gautami;
    font-size: 11.57px;
    width: 90px;
    height: 30px;
    padding-top: 6px;
}
.btn-black:hover{
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
}
.line{
    border-bottom: #9f9f9f 1px solid;
    width: 75% !important;
    float: left;
}
.titulo{
    border-bottom: #9f9f9f 2px solid !important;
    width: 75% !important;
    float: left;
}
.separador{
    border-top: #000 solid 1px;
    width: 100%;
    padding-bottom: 1px;
    padding-top: 1px;
}
.compartir{
    color: #E2D69E;
    font-family: Gautami;
    font-size: 12px;
    text-align: center;
}
/* */

/* HEADER PRINCIPAL */
header .header{
    background: #7c7c7c;
    height: 35px;
    margin-top: 0px;
    position: fixed;
    width: 100%;
    z-index: 99;
}

header .header .texto{
    font-family: CaviarDreams;
    padding-top: 7.5px;
    font-size: 16px;
    color: #FFF;
    padding-left: 20px;
    float: left;
}

header .header .sociales{
    float: right;
    height: 35px;
}

header .header .sociales ul{
    width: 100%; 
    text-align: center; 
    list-style: none outside none; 
    display: inline-flex;
    padding-right: 50px;
}

header .header .sociales li{
    font-family: FlorenceSans;
    display: inline;
    color: #FFF;
    font-family: Gautami;
    font-size: 13px;
    padding-top: 7px;
    padding-left: 25px;
    padding-right: 25px;
}
/* */

/* MENU HORIZONTAL */
menu{
    padding-top: 35px;
}
menu .menu{
    background: #000;
    height: 35px;
    position: fixed;
    width: 100%;
    z-index: 99;
}

menu .menu ul{
    width: 100%; 
    text-align: center; 
    list-style: none outside none; 
    display: inline-flex;
}

menu .menu li{
    display: inline;
    color: #FFF;
    font-family: Gautami;
    font-size: 14px;
    padding-top: 7px;
    padding-left: 25px;
    padding-right: 25px;
}

menu .menu a:hover{
    color: #FCFF00;
	text-shadow: 1px 2px 3px #FCFF00;
}

menu .menu .active{
    color: #FCFF00;
	text-shadow: 1px 2px 3px #FCFF00;
}
/* */

/* CONTENIDO */
section .lado-1{
    width: 20%;
    height: 100%;
    background: #333333;
    float: left;
    background-image: url('../img/bg_mini.png');
    background-repeat: repeat;
    position: fixed;
    z-index: 1;
}

section .lado-1 .logo{
    background: url("../img/logo.png") center center no-repeat;
    height: 200px;
}

section .lado-1 .list{
    background: #242424;
    background-image: url('../img/bg_mini.png');
    background-repeat: repeat;
}

section .lado-1 .list li:hover{
    background: #636363;
    background-image: url('../img/bg_mini.png');
    background-repeat: repeat;
}

section .lado-1 .list .active{
    background: #636363;
    background-image: url('../img/bg_mini.png');
    background-repeat: repeat;
}

section .lado-1 .list li{
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    font-family: Gautami;
    font-size: 15px;
    font-weight: bold;
    border-bottom: #363636 solid 1px;
    list-style: none outside none;
}

section .lado-2{
    width: 80%;
    height: auto;
    float: right;
    overflow: hidden;
    height: 84%;
    position: relative;
	padding-top: 35px;
	padding-bottom: 35px;
}

/*PERSONAL*/

/*FASHION*/
.letracabecera{
    overflow: hidden;
    padding-top: 42px;
    width: 80%;
    margin: 0 auto;
}
.letracabecera p{
    font-family: CaviarDreams;
    color: #000;
    font-size: 25px;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
}

.letracabecera .letracabecera1{
    font-family: CaviarDreams;
    color: #1a1a1a;
    font-size: 15px;
    text-shadow: 1px 1px 1px #000;
    font-weight: bold;
}

.corredor{
    overflow: hidden;
    padding-top: 39px;
    width: 100%;
}

.corredor1{
    float: left;
    overflow: hidden;
}

.corredor1 .letracorredor-1, .corredor1 .letracorredor-2, .corredor1 .letracorredor-3, 
.corredor1 .letracorredor-4{
    font-size: 12px;
    font-family: Gautami;
    overflow: hidden;
    padding: 8px;
}

.corredor1 span{
    color: white;
}

.corredor1 a:hover{
    color: black;
}

.internacorredor{
    overflow: hidden;
    margin: 0px auto;
    width: 420px;
}

.corredorimg-1, .corredorimg-2, .corredorimg-3, .corredorimg-4{
    opacity: 0;
    padding-left: 42px;
    height: 6px;
    margin-top: -5px;
    background: url('../img/trian.png') no-repeat scroll center top transparent;
}
/* END FASHION*/

/*DESFILE*/
.inferiorletra{
  overflow: hidden;
    margin-top: 13px;
    margin-bottom: 20px;
}

.inferiorletra1{
    overflow: hidden;

}
.inferiorletra1 p{
    font-family: CaviarDreams;
    font-size: 27px;
    line-height: 29px;
    width: 100%;
    font-weight: bold;
    text-shadow: none;
}
.tamañoletrainferior>p{
    font-family: CaviarDreams !important;
    font-size: 13px !important;
    line-height: 29px !important;
    width: 100% !important;
    font-weight: bold !important;
    text-shadow: none !important;
}
.inferiorletra1  .inferiorletra11{
    overflow: hidden;
    color: #030303;
    font-size: 14px;
    line-height: normal;
    text-shadow: none;
    margin-top: 21px;
    font-weight: normal;
    width: 70%;
    font-family: CaviarDreams;
}

.imagen1{
    overflow: hidden;
    margin-top: 9px;
    margin: 0 auto;
    width: 576px;
    display: block;
}

.imagen11{
    overflow: hidden;
    float: left;

}

.imagen11 img {
    width: 190px;
    border: 1px solid #fff;
}


.redessociales{
    overflow: hidden;

}

.look{
    overflow: hidden;
    margin-top: 14px;
}

.look1 .lookinterna{
    width: 50%;
    margin: 0px auto;
    text-align: center;
    border-bottom: 1px solid #E2D69E !important;
}

.galeriaimagen{
    overflow: hidden;
    margin-top: 22px;
    width: 750px;
    margin: 0 auto;
}

.imagen111{
    float: left;
    border: cadetblue;
}
.imagen111 img {
width: 248px;
border: 1px solid #fff;
}

.slider001{
    overflow: hidden;
    margin-bottom: 24px;
    margin-top: 37px;
    height: 578px;
    padding-bottom: 49px;
    width: 80%;
    background-size: cover;
    margin: 0 auto;
}

.contenidocuadrado{
    overflow: hidden;
    margin-bottom: 2px;
    height: 619px;
    margin-top: 19px;
}

.next00{
    overflow: hidden;
    background: url(../img/desfile/derecha.png);
    background-repeat: no-repeat;
    height: 81px;
    width: 46px;
    margin-top: -358px;
    float: right;
}

.next11{
    overflow: hidden;
    background: url(../img/desfile/izquierda.png);
    background-repeat: no-repeat;
    height: 69px;
    width: 64px;
    float: left;
    margin-top: -358px;

}
/*END DESFILE*/



/*END PERSONAL*/



/* PUNTO 1 */
section .lado-2 .pto-1{
    width: 70%;
    float: left;
}
section .lado-2 .pto-1 .contenido{
    background: url('../img/001.jpg') no-repeat scroll center center / cover transparent;
    height: 835px;
}
section .lado-2 .pto-1 .contenidom{
    height: 835px;
}
.pto-1 .contenido .noticia,
.pto-1 .contenidom .noticia{
	bottom: 0px;
	width: 100%;
	padding-top: 40%;
	padding-bottom: 60%;
}
.pto-1 .contenido .noticia:hover,
.pto-1 .contenidom .noticia:hover{
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
    -moz-transition: color 350ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
    -ms-transition: color 350ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
    -o-transition: color 350ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
    transition: color 350ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
}
.pto-1 .contenido .noticia h1,
.pto-1 .contenidom .noticia h1{
    font-family: century;
    font-size: 35px;
    color: #FFF;
}
.pto-1 .contenido .noticia h2,
.pto-1 .contenidom .noticia h2{
    font-family: CaviarDreams;
    font-size: 25px;
    color: #FFF;
}
/* */

/* PUNTO 2 */
section .lado-2 .pto-2{
    width: 30%;
    float: left;
    position: relative;
}
section .lado-2 .pto-2 .contenido{
    background: url('../img/002.jpg') no-repeat scroll center center / cover transparent;
    height: 450px;
    z-index: 1;
}
section .lado-2 .pto-2 .contenidom{
    height: 450px;
    z-index: 1;
}
section .lado-2 .pto-2 .arrow{
    width: 100%;
    height: 100%;
    background: url('../img/pic.png') no-repeat scroll center bottom transparent;
    position: absolute;
}
.pto-2 .contenido .noticia,
.pto-2 .contenidom .noticia{
    bottom: 0px;
    width: 100%;
    height: 100%;
}
/* */

/* PUNTO 3*/
section .lado-2 .pto-3{
    width: 30%;
    float: left;
    position: relative;
}
section .lado-2 .pto-3 .contenido,
section .lado-2 .pto-3 .contenidom{
    background: #FFF;
    height: 385px;
}
.pto-3 .contenido .noticia,
.pto-3 .contenidom .noticia{
	bottom: 0px;
	width: 100%;
	padding-top: 37%;
	padding-bottom: 63%;
}
.pto-3 .contenido .noticia h1,
.pto-3 .contenidom .noticia h1{
    font-family: CaviarDreams;
    font-weight: bold;
    font-size: 12.06px;
    color: #948265;
    text-align: center;
    text-shadow: none;
}
.pto-3 .contenido .noticia h2,
.pto-3 .contenidom .noticia h2{
    font-family: century;
    font-size: 28px;
    color: #000;
    text-align: center;
    text-shadow: none;
}
.pto-3 .contenido .noticia h3,
.pto-3 .contenidom .noticia h3{
    font-family: CaviarDreams;
    font-size: 12.06px;
    color: #434343;
    text-align: center;
    text-shadow: none;
}
/* */

/* PUNTO 4 */
section .lado-2 .pto-4{
    width: 30%;
    float: left;
    position: relative;
}
section .lado-2 .pto-4 .contenido{
    background: #FFF;
    height: 450px;
}

.pto-4 .contenido .noticia{
	bottom: 0px;
	width: 100%;
	padding-top: 35%;
	padding-bottom: 65%;
}
.pto-4 .contenido .noticia h1{
    font-family: CaviarDreams;
    font-weight: bold;
    font-size: 12.06px;
    color: #948265;
    text-align: center;
    text-shadow: none;
}
.pto-4 .contenido .noticia h2{
    font-family: century;
    font-size: 28px;
    color: #000;
    text-align: center;
    text-shadow: none;
}
.pto-4 .contenido .noticia h3{
    font-family: CaviarDreams;
    font-size: 12.06px;
    color: #434343;
    text-align: center;
    text-shadow: none;
    padding-bottom: 15px;
}
/* */

/* PUNTO 5*/
section .lado-2 .pto-5{
    width: 70%;
    float: left;
    position: relative;
}
section .lado-2 .pto-5 .contenido{
    background: url('../img/004.jpg') no-repeat scroll center center / cover transparent;
    height: 450px;
    z-index: 1;
}
section .lado-2 .pto-5 .contenidom{
    height: 450px;
    z-index: 1;
}
.pto-5 .contenido .noticia,
.pto-5 .contenidom .noticia{
	bottom: 0px;
	width: 100%;
	padding-top: 17%;
	padding-bottom: 83%;
}
.pto-5 .contenido .noticia:hover,
.pto-5 .contenidom .noticia:hover{
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
    -moz-transition: color 350ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
    -ms-transition: color 350ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
    -o-transition: color 350ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
    transition: color 350ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
}
.pto-5 .contenido .noticia h1,
.pto-5 .contenidom .noticia h1{
    font-family: Century;
    font-size: 35.04px;
    color: #FFF;
    text-align: center;
    text-shadow: 1px 1px 0px #000;
}
.pto-5 .contenido .noticia h2,
.pto-5 .contenidom .noticia h2{
    font-family: CaviarDreams;
    font-size: 25.03px;
    color: #FFF;
    text-align: center;
    text-shadow: 1px 1px 0px #000;
}
/* */

/* PUNTO 6 */
section .lado-2 .pto-6{
    width: 30%;
    float: left;
    position: relative;
}
section .lado-2 .pto-6 .contenido{
    background: url('../img/003.jpg') no-repeat scroll center center / cover transparent;
    height: 450px;
    z-index: 1;
}
section .lado-2 .pto-6 .contenidom{
    height: 450px;
    z-index: 1;
}
section .lado-2 .pto-6 .arrow{
    width: 100%;
    height: 100%;
    background: url('../img/pict.png') no-repeat scroll center top transparent;
    position: absolute;
}
.pto-6 .contenido .noticia,
.pto-6 .contenidom .noticia{
    bottom: 0px;
    width: 100%;
    height: 100%;
}
/* */

/* PUNTO 7 */
section .lado-2 .pto-7{
    width: 70%;
    float: left;
    position: relative;
}
section .lado-2 .pto-7 .contenido{
    background: url('../img/005.jpg') no-repeat scroll center center / cover transparent;
    height: 450px;
    z-index: 1;
}
section .lado-2 .pto-7 .contenidom{
    height: 450px;
    z-index: 1;
}
.pto-7 .contenido .noticia,
.pto-7 .contenidom .noticia{
	bottom: 0px;
	width: 100%;
	padding-top: 18%;
	padding-bottom: 82%;
}
.pto-7 .contenido .noticia:hover,
.pto-7 .contenidom .noticia:hover{
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.5);
    -moz-transition: color 350ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
    -ms-transition: color 350ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
    -o-transition: color 350ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
    transition: color 350ms ease-in-out 0s, background-color 350ms ease-in-out 0s;
}
.pto-7 .contenido .noticia h1,
.pto-7 .contenidom .noticia h1{
    font-family: Century;
    font-size: 35.04px;
    color: #FFF;
    text-align: center;
    text-shadow: 1px 1px 0px #000;
}
.pto-7 .contenido .noticia h2,
.pto-7 .contenidom .noticia h2{
    font-family: CaviarDreams;
    font-size: 25.03px;
    color: #FFF;
    text-align: center;
    text-shadow: 1px 1px 0px #000;
}
/* */

/* FOOTER */
footer{
    bottom: 0px;
}

footer .menu{ 
    background: none repeat scroll 0% 0% #7C7C7C;
    height: 35px;
    width: 100%;
    width: 100%;
    z-index: 999;
    //z-index: 2147483647;
	position: fixed;
	bottom: 0px;
}

/*footer .menu ul{
    width: 100%; 
    text-align: center; 
    list-style: none outside none; 
    display: inline-flex;
}*/

footer .menu .ul-i{
    float: left;
    padding-top: 5px;
}

footer .menu .ul-d{
    float: right; 
    padding-right: 50px; 
    height: 35px;
}
footer .menu li{
    display: inline;
    color: #FFF;
    font-family: Gautami;
    font-size: 14px;
    /*padding-top: 5px;*/
    padding-left: 35px;
    padding-right: 35px;
}
/* */
/* GALERIA */
.lado-2 .gal-1{
    width: 100%;
    float: left;
}
.lado-2 .gal-1 .contenedor{
    height: 80px;
    background: none repeat scroll 0% 0% #A8A8A8;
}
.lado-2 .gal-1 .contenedor .imageLogo{
    width: 10%;
    float: left;
    padding-top: 30px;
}
.lado-2 .gal-1 .contenedor .imageLogo img{
    margin: 0px auto;
    display: block;
}
.lado-2 .gal-1 .contenedor .textLogo{
    width: 90%;
    float:  left;
    padding-top: 30px;
}
.lado-2 .gal-1 .contenedor .textLogo p{
    text-align: left;
    width: 100%;
    margin-top: -4px;
    margin-left: -35px;
    font-size: 11px;
    text-shadow: none;
    font-weight: inherit;
}
.lado-2 .gal-1 .contenedor .textLogo .interna{
    text-decoration: underline;
    text-decoration-color: #cacaca;
}
.lado-2 .gal-1 .contenedor .textLogo .back-line{
    margin-left: 15px;
    margin-right: 15px;
    color: #FFF;
}

.lado-2 .gal-2{
    width: 30%;
    float: left;
}
.lado-2 .gal-2 .contenedor{
    height: 1015px;
    background: none repeat scroll 0% 0% #e3e3e3;
    padding-left: 26px;
}
.lado-2 .gal-2 .contenedor .paginacion{
    width: 100%;
    float: left;
    height: 50px;
}
.lado-2 .gal-2 .contenedor .paginacion ul{
    width: 100%;
    text-align: center;
    list-style: none outside none;
    display: inline-flex;
    padding-top: 25px;
}
.lado-2 .gal-2 .contenedor .paginacion li{
    display: inline;
    padding-left: 15px;
    padding-right: 15px;
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #D2D2D2;
    height: 25px;
    width: 0px;
    margin-right: 10px;
    float: left;
}
.lado-2 .gal-2 .contenedor .paginacion li:hover{
    background: none repeat scroll 0% 0% rgba(237, 237, 237, 1);
}
.lado-2 .gal-2 .contenedor .paginacion li img{
    margin: 9px auto 0px -2px;
    display: block;
}
.lado-2 .gal-2 .contenedor .noticia{
    width: 100%;
    float: left;
    height: auto;
}
.lado-2 .gal-2 .contenedor .noticia p{
    text-shadow: none;
    color: #514F4F;
    font-size: 14px;
    font-weight: inherit;
    width: 100%;
    text-align: left;
    line-height: 15px;
}
.lado-2 .gal-2 .contenedor .noticia h1{
    font-family: CaviarDreams;
    font-size: 45px;
    text-align: left;
    text-shadow: none;
    color: #000;
    font-weight: bold;
    line-height: 80px;
}


.lado-2 .gal-3{
    width: 70%;
    float: left;
}
.lado-2 .gal-3 .contenedor{
    height: 1015px;
    background: none repeat scroll 0% 0% #e3e3e3;
}
.lado-2 .gal-3 .contenedor img{
    margin: 0 auto;
    display: block;
}


.lado-2 .gal-4{
    width: 44%;
    float: left;
}
.lado-2 .gal-4 .contenedor{
    height: 1051px;
    background: none repeat scroll 0% 0% #E3E3E3;
    border: #A8A8A8 solid 3px;
    border-left: none;
}
.lado-2 .gal-4 .contenedor img{

}


.lado-2 .gal-5{
    width: 56%;
    float: left;
}
.lado-2 .gal-5 .contenedor{
    height: 529px;
    background: none repeat scroll 0% 0% #E3E3E3;
    border: #A8A8A8 solid 3px;
    border-left: none;
    border-right: none;
}
.lado-2 .gal-5 .contenedor img{
    margin: 0 auto;
    display: block;
}


.lado-2 .gal-6{
    width: 56%;
    float: right;
}
.lado-2 .gal-6 .contenedor{
    height: 1005px;
    background: none repeat scroll 0% 0% #E3E3E3;
    border: #A8A8A8 solid 3px;
    border-left: none;
    border-right: none;
    border-top: none;
    border-bottom: none;
}
.lado-2 .gal-6 .contenedor img{
    margin: 0 auto;
    display: block;
}


.lado-2 .gal-7{
    width: 44%;
    float: left;
}
.lado-2 .gal-7 .contenedor{
    height: 483px;
    background: none repeat scroll 0% 0% #E3E3E3;
    border: #A8A8A8 solid 3px;
    border-left: none;
    border-top: none;
    border-bottom: none;
}
.lado-2 .gal-7 .contenedor img{
}
/**/
.container-galeria-imagenes{
    margin: 40px auto !important;
}
/* CATALOGO */
section .lado-3{
    width: 100%;
    height: auto;
    float: right;
    overflow: hidden;
    height: 100%;
    position: relative;
    padding-top: 35px;
}
section .lado-3 .contenido{
    background: none repeat scroll 0% 0% #A8A8A8;
    background-image: url('../img/bg_mini_1.png');
    height: auto;
    overflow: hidden;
}


.lado-3 .cat-1{
    width: 60%;
    margin: 0 auto;
}
.lado-3 .cat-1 .contenedor{
    padding-top: 20px;
}
.lado-3 .cat-1 .contenedor .imageLogo{
    width: 5%;
    float: left;
}
.lado-3 .cat-1 .contenedor .textLogo{
    width: 90%;
    float: left;
}
.lado-3 .cat-1 .contenedor p{
    text-align: left;
    width: 100%;
    font-size: 11px;
    text-shadow: none;
    margin-top: -3px;
}
.lado-3 .cat-1 .contenedor .logo{
    text-align: center;
}


.lado-3 .cat-2{
    width: 90%;
    margin: 0 auto;
}
.lado-3 .cat-2 .contenedor{
    padding-top: 10px;
    padding-bottom: 50px;
}
.lado-3 .cat-2 .contenedor img{
    width: 100%;
}

.lado-3 .cat-3{
    width: 60%;
    margin: 0 auto;
}
.lado-3 .cat-3 .contenedor{
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
}
.lado-3 .cat-3 .contenedor .gal-1{
    width: 55%;
    float: left;
    position: relative;
}
.lado-3 .cat-3 .contenedor .gal-1 .image,
.lado-3 .cat-3 .contenedor .gal-2 .image,
.lado-3 .cat-3 .contenedor .gal-3 .image,
.lado-3 .cat-3 .contenedor .gal-4 .image,
.lado-3 .cat-3 .contenedor .gal-5 .image,
.lado-3 .cat-3 .contenedor .gal-6 .image{
    float: left;
    width: 100%;
    height: auto;
    position: relative;
}
.lado-3 .cat-3 .contenedor .gal-1 .image img{
    width: 100%;
    border-bottom: #000 solid 2px;
}
.lado-3 .cat-3 .contenedor .gal-1 .image .arrow,
.lado-3 .cat-3 .contenedor .gal-2 .image .arrow,
.lado-3 .cat-3 .contenedor .gal-3 .image .arrow,
.lado-3 .cat-3 .contenedor .gal-4 .image .arrow,
.lado-3 .cat-3 .contenedor .gal-5 .image .arrow,
.lado-3 .cat-3 .contenedor .gal-6 .image .arrow{
    width: 100%;
    position: absolute;
    height: 100%;
    background: url('../img/arrow-d.png') no-repeat scroll center bottom transparent;
    top: 0px;
}
.lado-3 .cat-3 .contenedor .gal-1 .texto,
.lado-3 .cat-3 .contenedor .gal-2 .texto,
.lado-3 .cat-3 .contenedor .gal-3 .texto,
.lado-3 .cat-3 .contenedor .gal-4 .texto,
.lado-3 .cat-3 .contenedor .gal-5 .texto,
.lado-3 .cat-3 .contenedor .gal-6 .texto{
    float: left;
    width: 100%;
    height: auto;
    background: none repeat scroll 0% 0% #FFF;
    border-bottom: 2px solid #000;
    border-top: 3px solid #858585;
    z-index: 2;
    position: relative;
}
.lado-3 .cat-3 .contenedor .gal-1 .texto h1,
.lado-3 .cat-3 .contenedor .gal-2 .texto h1,
.lado-3 .cat-3 .contenedor .gal-3 .texto h1,
.lado-3 .cat-3 .contenedor .gal-4 .texto h1,
.lado-3 .cat-3 .contenedor .gal-5 .texto h1,
.lado-3 .cat-3 .contenedor .gal-6 .texto h1{
    font-family: CaviarDreams;
    text-shadow: none;
    color: #000;
    font-size: 23px;
    font-weight: inherit;
    margin-top: 15px;
    text-shadow: 1px 1px 1px #000;
}
.lado-3 .cat-3 .contenedor .gal-1 .texto p,
.lado-3 .cat-3 .contenedor .gal-2 .texto p,
.lado-3 .cat-3 .contenedor .gal-3 .texto p,
.lado-3 .cat-3 .contenedor .gal-4 .texto p,
.lado-3 .cat-3 .contenedor .gal-5 .texto p,
.lado-3 .cat-3 .contenedor .gal-6 .texto p{
    font-family: Gautami;
    font-size: 17px;
    text-shadow: none;
    color: #000;
    width: 100%;
    margin-bottom: 15px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #AAA;
}


.lado-3 .cat-3 .contenedor .gal-2{
    width: 43%;
    float: right;
    position: relative;
}
.lado-3 .cat-3 .contenedor .gal-2 .image img{
    width: 100%;
    border-bottom: #000 solid 2px;
}


.lado-3 .cat-3 .contenedor .gal-3{
    width: 43%;
    float: right;
    position: relative;
    margin-top: 20px;
}
.lado-3 .cat-3 .contenedor .gal-3 .image img{
    width: 100%;
    border-bottom: #000 solid 2px;
}


.lado-3 .cat-3 .contenedor .gal-4{
    width: 43%;
    float: left;
    position: relative;
    margin-top: 20px;
}
.lado-3 .cat-3 .contenedor .gal-4 .image img{
    width: 100%;
    border-bottom: #000 solid 2px;
}


.lado-3 .cat-3 .contenedor .gal-5{
    width: 55%;
    float: right;
    position: relative;
    margin-top: 20px;
}
.lado-3 .cat-3 .contenedor .gal-5 .image img{
    width: 100%;
    border-bottom: #000 solid 2px;
}


.lado-3 .cat-3 .contenedor .gal-6{
    width: 43%;
    position: relative;
    margin-top: 20px;
    float: left;
}
.lado-3 .cat-3 .contenedor .gal-6 .image img{
    width: 100%;
    border-bottom: #000 solid 2px;
}
/* */


.bg-image{
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.6);
    height: 100%;
    position: absolute;
    z-index: 10;
    width: 100%;
}
.bg-image .bg-image-pad{
    width: 100%;
    text-align: center;
    height: 100%;
    position: absolute;
}
.bg-image .bg-image-pad .bg-text{
    border-bottom: 2px solid #777;
    margin: 0px auto;
}



section .lado-menu{
    height: 80px;
    margin-top: 35px;
    border: rgba(167, 167, 167, 1) solid 2px;
    background: #FFF;
    border-right: none;
}
section .lado-menu ul{
    width: 100%;
    text-align: center;
    list-style: none outside none;
    display: inline;
}
section .lado-menu li{
    float: left;
    width: 16.3%;
    height: 80px;
    border-right: #CCC solid 2px;
}
section .lado-menu .active{
    background: url('../img/bg_mini_1.png') repeat scroll 0% 0% #948265;
}
section .lado-menu .active .part-1,
section .lado-menu .active .part-2{
    color: #FFF !important;
}
section .lado-menu li .part-1{
    float: left;
    width: 100%;
    font-family: Gautami;
    font-size: 14px;
    text-decoration: underline;
    text-align: left;
    padding-left: 20px;
    padding-top: 15px;
    color: #000;
    text-shadow: 1px 1px 1px #868686;
    font-weight: bold;
}
section .lado-menu li .part-2{
    float: left;
    width: 100%;
    text-align: left;
    font-family: Gautami;
    font-size: 14px;
    padding-left: 20px;
    padding-top: 15px;
    color: #000;
    text-shadow: 1px 1px 1px #868686;
    font-weight: bold;
}
section .lado-contenido{
    width: 100%;
    height: 100%;
    text-align: center;
}
section .lado-contenido .slider{
    height: 100%;
}
section .lado-contenido .slider .txt{
    padding-top: 280px;
    width: 100%;
    padding-bottom: 20px;
}
section .lado-contenido .slider .txt h1{
    font-family: century;
    font-size: 37.19px;
    color: #FEFEFE;
    text-shadow: none;
}
section .lado-contenido .slider .txt h2{
    font-family: Gautami;
    color: #000;
    font-weight: inherit;
    font-size: 18.12px;
    text-decoration: underline;
    text-shadow: none;
    margin: 0px;
}
section .lado-contenido .slider .txt p{
    font-family: Gautami;
    font-size: 18px;
    text-shadow: none;
    line-height: 24px;
    font-weight: inherit;
    color: #000;
}
section .lado-contenido .slider .pag{
    width: 100%;
    overflow: hidden;
}
section .lado-contenido .slider .pag .prev{
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    width: 48px;
    background: url('../img/prev.png') no-repeat scroll center center transparent;
    margin: 0px auto;
    display: inline-block;
} 
section .lado-contenido .slider .pag .next{
    height: 48px;
    padding-left: 20px;
    padding-right: 20px;
    width: 48px;
    background: url('../img/next.png') no-repeat scroll center center transparent;
    margin: 0px auto;
    display: inline-block;
}

/******************************RESPONSABILIDAD SOCIAL***************************************/
.container-rs{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 10px;
	background: url(../images/fondo-respo.jpg) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.contenedor-contactenos {
width: auto;
height: auto;
margin: 0 auto 0 auto;
}
.contenedor-cuerpo {
width: 100%;
margin: 0 auto 0 auto;
overflow: hidden;
}
.noticias {
overflow: hidden;
height: auto;
width: 77%;
text-transform: none;
margin: 100px auto 20px auto;
}
.noticia_cuerpo {
text-align: center;
float: left;
border-right: solid 1px;
margin-bottom: 40px;
margin-right: 30px;
padding-right: 30px;
}
.titulo_noticia {
width: 180px;
/*height: auto;*/
text-align: center;
margin: 0 auto;
height: 27px;
}
.noticia_cuerpo .texto {
width: 180px;
text-align: center;
margin: 0 auto;
max-height: 90px;
overflow: hidden;
padding-top: 10px;
}
.contenedor-cuerpo .paginacion {
margin: 0 auto;
width: 100%;
text-align: center;
}
.contenedor-cuerpo a{
color: white;
text-decoration: none;
}
.container-cliente-imagen{
    margin: 0 auto;
    width: 400px;
    margin-top: 50px;
}
.container-cliente-imagen img{
    width: 100%;
    border: 1px solid rgba(104, 104, 104, 1);
    box-shadow: 2px 2px 4px #000;
    border-radius: 4px;
}
.texto_eventos {
    width: 59%;
    margin: 10px auto;
    background-color: #000;
    border-radius: 10px;
    opacity: 0.9;
    font-size: 12px;
    color: #FFF;
    padding: 11px;
    font-family: Century Gothic;
    text-align: justify;
    height: auto;
}
.texto_eventos_store {
    width: 59%;
    height: 200px;
    margin: 10px auto;
    background-color: #212121;
    border-radius: 10px;
    opacity: 0.9;
    font-size: 12px;
    color: #FFF;
    padding: 11px;
    font-family: Century Gothic;
    text-align: justify;
    margin-bottom: 50px;
}
/***************************STORE********************************************/
.Table-store {
	margin:0px;
        padding:0px;
        margin: 0 auto;
	width:1000px;
        height: 250px;
        margin-top: 40px;
	border:1px solid #3d3939;
	
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
	
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
	
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
	
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}.Table-store table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.Table-store tr:last-child td:last-child {
	-moz-border-radius-bottomright:4px;
	-webkit-border-bottom-right-radius:4px;
	border-bottom-right-radius:4px;
}
.Table-store table tr:first-child td:first-child {
	-moz-border-radius-topleft:4px;
	-webkit-border-top-left-radius:4px;
	border-top-left-radius:4px;
}
.Table-store table tr:first-child td:last-child {
	-moz-border-radius-topright:4px;
	-webkit-border-top-right-radius:4px;
	border-top-right-radius:4px;
}.Table-store tr:last-child td:first-child{
	-moz-border-radius-bottomleft:4px;
	-webkit-border-bottom-left-radius:4px;
	border-bottom-left-radius:4px;
}.Table-store tr:hover td{
	background-color:#ffffff;
		

}
.Table-store td{
	vertical-align:middle;
	
	background-color:#9b9a99;

	border:1px solid #3d3939;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:13px;
	font-family:Arial;
	font-weight:normal;
	color:#000000;
}.Table-store tr:last-child td{
	border-width:0px 1px 0px 0px;
}.Table-store tr td:last-child{
	border-width:0px 0px 1px 0px;
}.Table-store tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.Table-store tr:first-child td{
		background:-o-linear-gradient(bottom, #000000 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #000000 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000");	background: -o-linear-gradient(top,#000000,000000);

	background-color:#000000;
	border:0px solid #3d3939;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	color:#ffffff;
}
.Table-store tr:first-child:hover td{
	background:-o-linear-gradient(bottom, #000000 5%, #000000 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #000000), color-stop(1, #000000) );
	background:-moz-linear-gradient( center top, #000000 5%, #000000 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000");	background: -o-linear-gradient(top,#000000,000000);

	background-color:#000000;
}
.Table-store tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.Table-store tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}
/*********************************ESTILO PARA TRABAJE CON NOSOTROS********************************/
.container-trabajenosotros {
    float: left;
    width: 100%;
    padding-right: 30px;
    min-height: 660px;
    padding-top: 15px;
}
.container-trabajenosotros  .titulo_general{
    color: #C69C6D;
    margin: 20px;
    font-family: "proxima_nova_rgbold" !important;
    clear: both;
    padding-top: 15px;
}
.container-trabajenosotros  .titulo_general h1 {
    color: #C69C6D;
    font-family: "proxima_nova_rgbold" !important;
    text-align: center;
}
.jobList {
width: 100%;
}
.GRID_DAT_ROW, .GRID_DAT_ROW_Alter {
width: 100%;
border-bottom: 1px solid #F5F5F5;
padding-bottom: 10px;
}
.GRID_DAT_ROW:hover, .GRID_DAT_ROW_Alter:hover {
background-color: #F4EBE2;
}
.jobCompLogo {
max-width: 19%;
float: left;
padding-left: 10px;
border-left: 5px solid #C69C6D;
margin: 20px 17px 0 10px;
}
.jobTit {
float: left;
width: 75%;
margin-top: 20px;
padding-top: 6px;
}
element.style {
}
.jobTitBut {
border-left: 5px solid #C69C6D;
float: left;
margin-left: 10px;
text-align: right;
width: 94%;
}
.jobLoc {
max-width: 50%;
float: left;
font-size: 1.4em;
padding: 0px 10px 10px 10px;
margin-left: 10px;
clear: both;
border-left: 5px solid #C69C6D;
line-height: 1.4;
font-family: Georgia,sans-serif;
color: #3c3c3c;
margin-bottom: 15px;
}
.jobBU {
max-width: 65%;
float: left;
font-size: 1.4em;
line-height: 1.4;
margin: 0px 10px 10px 0px;
padding-left: 10px;
border-left: 1px solid gray;
font-family: Georgia,sans-serif;
color: #3c3c3c;
}




/**/
.container-table{
    background: #fff;
    margin-bottom: 35px;
}
.container-div-bloque{
    height: 125px;
    width: 70%;
    margin: 0 auto;
    padding-top: 15px;
}
.container-div-bloque:hover{
    background: rgba(198, 156, 109, 0.5);
}
.titulo-bloque{
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'century gothic' !important;
    border-left: 5px solid #C69C6D;
    margin-left: 10px;
    padding-left: 10px;
}
.flecha-bloque{
    border-left: 5px solid #C69C6D;
    float: left;
    margin-left: 10px;
    text-align: right;
    width: 99%;
    border-left: 5px solid #C69C6D;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.contenido-bloque{
    border-left: 5px solid #C69C6D;
    float: left;
    margin-left: 10px;
    padding-left: 10px;
    font-family: Georgia,sans-serif;
    font-size: 12px;
    padding-bottom: 5px;
}
/****************************ESTILO PARA TRABAJE CON NOSOTROS INTERNA**************************************************/
.titoloscheda {
	width: 100%;
	color: rgb(198, 156, 109);
	margin-bottom: 10px;
	border-bottom-color: rgb(198, 156, 109);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	float: left;
}
.titoloscheda2{
	width: 70%;
	color: rgb(198, 156, 109);
	/*padding-bottom: 10px;*/
	margin-bottom: 10px;
	border-bottom-color: rgb(198, 156, 109);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	float: left;
        margin-top: 20px;
}
.input-contacto-trabajo{
	 width:70%;
	}
.input-contacto-trabajo select{
        text-transform: none;
        width: 50%;
        height: 30px;
        border: 1px solid #dedede;
        }
.input-contacto-trabajo input{
        text-transform: none;
        width: 50%;
        height: 30px;
        border: 1px solid #dedede;
        }
.container-datos{
	width:100%;
	display:block;
        height: 30px;
	}
.columna-trabajo{
	width:50%;
	float: left;
	}
.container-trabajo-interna{
	width: 90%;
	margin: 0 auto;
	padding-top: 40px;
	}
.container-trabajo-interna .descripcion{
	padding: 20px 40px;
	background-color: rgb(244, 235, 226);
	clear: both;
	float: left;
	width: 93%;
	font-family: Gautami;
	margin-top: 20px;
	min-height: 1100px;
	margin-bottom: 70px;
	}
.descripcion .titulo-interna{
	font-weight:bold;
        font-family: Gautami;
        color: #AD8B63;
	}
.descripcion .trabajo-location{
	width:100%;
	margin-bottom: 25px;
	color: #3C3C3C;
	font-family: Gautami;
        height: 250px;
	}
.descripcion .responsabilidades{
	color: #3C3C3C;
	font-family: "Gautami";
	margin-bottom:10px;
        line-height: 24px;
        margin-left: 20px;
	}
.descripcion .responsabilidades ul{
	list-style-type: disc;
	}
.ficha_ubicacion{
        border: solid 1px #B0ABAB;
        background: rgb(246, 229, 212);
        float: left;
        }        
.areatexto{
        width: 100%;
        height: 50px;
        float: left;
        }
.container-boton{
        min-height: 80px;
        width: 100%;
        text-align: center;
        padding-top: 50px;
        float: left;
        }
.btn-send {
  background: #C69C6D;
  background-image: -webkit-linear-gradient(top, #C69C6D, #C69C6D);
  background-image: -moz-linear-gradient(top, #C69C6D, #C69C6D);
  background-image: -ms-linear-gradient(top, #C69C6D, #C69C6D);
  background-image: -o-linear-gradient(top, #C69C6D, #C69C6D);
  background-image: linear-gradient(to bottom, #C69C6D, #C69C6D);
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
  border-radius: 4px;
  border: none;
  font-family: Gautami;
  color: #ffffff;
  font-size: 20px;
  padding: 5px 20px 0px 20px;
  text-decoration: none;
}
.btn-send:hover {
  background: #d9b692;
  background-image: -webkit-linear-gradient(top, #d9b692, #dbc2a7);
  background-image: -moz-linear-gradient(top, #d9b692, #dbc2a7);
  background-image: -ms-linear-gradient(top, #d9b692, #dbc2a7);
  background-image: -o-linear-gradient(top, #d9b692, #dbc2a7);
  background-image: linear-gradient(to bottom, #d9b692, #dbc2a7);
  text-decoration: none;
}
.imgArrow{
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -99999px;
    background-image: url('../img/arrow.png');
    position: absolute;
    right: 10px;
}
/*cambio de color al rs de trabajo*/
.colortrabajo{
    color: #fff !important;
}
/*ADAPTACION VIDEO IFRAME YOUTUBE DESFILE*/
.video_desfile{
    height: 100%;
    margin: 0px auto;
    display: block;
    width: 100%;
    border-radius: 4px;
    box-shadow: 3px 3px 4px rgb(0, 0, 0);
    border: 1px solid rgb(77, 77, 77);
}

/****************LADO PRINCIPAL LADO 2*************************/
.principal-lado2{
}
/************MEDIA SCREEN **********************/
@media screen and (max-width:1280px){
    .descripcion .responsabilidades {
    width: 100% !important;
    float: left;
    }
}
@media screen and (max-width:1270px){
    .galeriaimagen {
    width: 501px;
    }
}
@media screen and (max-width:1200px){
    section .lado-1 {
    width: 100%;
    position: static;
    height: auto;
    padding-top: 35px;
    }
    section .lado-1 .list {
    text-align: center;
    }
    section .lado-1 .logo {
    display: none;
    }
    section .lado-2 {
    width: 100%;
    padding-top: 0px;
    }
    section .lado-2 .pto-1{
    width: 100% ;
    height: 835px;
    overflow: hidden ;
    }
    section .lado-2 .pto-2{
    width: 50%;
    overflow: hidden;
    height: 450px;
    }
    section .lado-2 .pto-3{
    width: 50%;
    overflow: hidden;
    height: 450px;
    }
    section .lado-2 .pto-4{
    width: 50% ;
    overflow: hidden ;
    height: 450px;
    }
    section .lado-2 .pto-5{
    width: 50% ;
    overflow: hidden ;
    height: 450px;
    }
    section .lado-2 .pto-6{
    width: 50% ;
    overflow: hidden ;
    float: right !important;
    height: 450px;
    }
    section .lado-2 .pto-7{
     width: 50% ;
    overflow: hidden ;
    height: 450px;
    }
    section .lado-2 .pto-3 .contenido, section .lado-2 .pto-3 .contenidom {
    height: 100%;
    }
    section .lado-2 .pto-4 .contenido {
    height: 100%;
    }
    .pto-1 .contenido .noticia, .pto-1 .contenidom .noticia {
    height: 100%;
    padding-top: 25%;
    }
    .pto-3 .contenido .noticia, .pto-3 .contenidom .noticia {
    height: 100%;
    padding-top: 20%;
    }
     .container-trabajo-interna .descripcion {
    padding: 20px 20px;
    }
    .pto-4 .contenido .noticia {
    padding-top: 20%;
    }
}
@media screen and (max-width:1170px){
    .body .body-contenedor .body-2 {
    width: 240px !important;
    margin: 0 auto;
    padding-top: 20px;
    float: none !important;
    }
    .body .body-contenedor .body-1 {
    width: 100% !important;
    }
    .titulo {
    width: 124px !important;
    }
    .header .header-contenedor {
    width: 100% !important;
    }
    .body .body-contenedor {
    width: 100% !important;
    }
    .mapa .mapa-contenedor {
    width: 100% !important;
    }
    .footer .footer-contenedor {
    width: 100% !important;
    }    
}
@media screen and (max-width:980px){
    .imagen1 {
    width: 384px;
    }
}
@media screen and (max-width:950px){
    .video_desfile{
        height: 70%;
    }
    .contenidocuadrado {
    height: 460px;
    }
    .next00 {
    margin-top: -485px;
    }
    .next11{
    margin-top: -485px;     
    }
}
@media screen and (max-width:850px){
    .galeriaimagen {
    width: 250px;
    }
}
@media screen and (max-width:856px){
    .lado-2 .gal-2 {
    width: 100%;
    height: 50%;
    }
    .lado-2 .gal-3 {
    width: 100%;
    }
    .container-galeria-imagenes {
    width: 100% !important;
    }
    .texto_eventos {
    width: 95%;
    border-radius: 0;
    }
    .Table-store{
        width: 100%;
    padding-bottom: 143px !important    
    }
}
@media screen and (max-width:840px){
    .nav li {
    width: 100% !important;
    }
    .nav li li a {
    background: none repeat scroll 0% 0% rgba(77, 66, 66, 1) !important;
    height: 60px;
    }
}
@media screen and (max-width:800px){
    h2 {
    font-size: 28.19px !important;
    }
    .btn {
    width: 20%;
    }
}
@media screen and (max-width:768px){
    header .header {
    position: static;
    }
    .contenedor-menu {
    position: absolute !important;
    }
    menu {
    padding-top: 0px;
    }
}
@media screen and (max-width:720px){
    .lado-3 .cat-3 .contenedor {
    padding-bottom: 50px;
    }
}
@media screen and (max-width:707px){
    footer .menu li {
    float: left;
    width: 190px;
    }
    footer .menu {
    height: 70px;
    }
    footer .menu .ul-d {
    display: none;
    }
    .principal-lado2{
    padding-bottom: 70px !important;
    }
}
@media screen and (max-width:700px){
    section .lado-2 {
    padding-top: 15px; 
    }
    header .header {
    height: 80px;
    }
    header .header .texto {
    padding-left: 0px;
    float: none; 
    width: 176px;
    margin: 0 auto;
    }
    header .header .sociales {
    float: none;
    margin: 0 auto;
    width: 366px;
    padding-top: 10px;
    }
    /*.contenedor-menu {
    display: none;
    }*/
    section .lado-contenido .slider .txt {
    padding-top: 220px;
    }
    p {
    width: 95% !important;
    font-size: 16.12px !important;
    line-height: 20px !important;
    }
    .container-table{
    margin-bottom: 145px;
    float: left;
    width: 100%;
    }
    .container-div-bloque {
    width: 95%;
    }
    .container-trabajo-interna .descripcion {
    width: 95%;
    padding: 20px 20px;
    }
    .container-trabajo-interna {
    width: 100%;
    }
    .container-trabajenosotros {
    padding-top: 50px;
    }
    .lado-2 .gal-1 {
    display: none;
    }
    .ficha_ubicacion {
    font-size: 14px;
    }
    .titoloscheda2 {
    width: 95%;
    }
    .input-contacto-trabajo {
    width: 95%;
    }
    section .lado-3 {
    padding-top: 50px;
    }
    section .lado-menu {
    margin-top: 50px;
    }
     .lado-2 .gal-2 {
    height: 90%;
    overflow-y: scroll;
    }
}
@media screen and (max-width:660px){
    .imagen1 {
    width: 192px;
    }
    .lado-3 .cat-3 {
    width: 84%;
    }
    .mapa .mapa-contenedor .mapa-1, .mapa .mapa-contenedor .mapa-2, .mapa .mapa-contenedor .mapa-3, .mapa .mapa-contenedor .mapa-4 {
    width: 130px !important;
    }
    .noticias {
    width: 200px !important;
    padding-bottom: 115px !important;
    }
    p {
    margin-top: 50px !important;
    font-size: 15.12px !important;
    }
    .btn {
    margin-bottom: 40px !important;
    }
    section .lado-2 {
    padding-bottom: 70px ;
    }
    .tareas-responsabilidad{
    margin-top: -50px;
    margin-left: -20px;  
    }
    .lado-3 .cat-1 .contenedor .imageLogo {
    display: none;
    }
    .inferiorletra1 {
    margin-top: -50px;
    }
    .letracabecera {
    padding-top: 0px;
    }
}
@media screen and (max-width:630px){
    .lado-3 .cat-3 .contenedor .gal-1 {
    width: 100%;
    }
    .lado-3 .cat-3 .contenedor .gal-2 {
    width: 100%;
    }
    .lado-3 .cat-3 .contenedor .gal-3 {
    width: 100%;
    }
    .lado-3 .cat-3 .contenedor .gal-4 {
    width: 100%;
    }
    .lado-3 .cat-3 .contenedor .gal-5 {
    width: 100%;
    }
    .lado-3 .cat-3 .contenedor .gal-6 {
    width: 100%;
    }
    .columna-trabajo {
    width: 100%;
    }
    .input-contacto-trabajo input {
    width: 100%;
    }
}
@media screen and (max-width:555px){
    section .lado-contenido .slider .txt {
    padding-top: 18px;
    }
}
@media screen and (max-width:536px){
    footer .menu {
    height: 80px;
    }
    footer .menu .ul-i {
    float: none;
    margin: 0 auto;
    width: 250px;
    }
    .galeriaimagen {
    padding-bottom: 10px;
    }
    .lado-3 .cat-3 .contenedor {
    padding-bottom: 150px;
    }
    .header .header-contenedor .header-1 img {
    width: 100% !important;
    }
    .body .body-contenedor .body-1 .contenido {
    margin-right: 10px !important;
    margin-left: 10px !important;
    }
    .header .header-contenedor .header-2 ul {
    width: 100% !important;
    }
    .header .header-contenedor .header-1 {
    width: 50% !important;
    height: 150px !important;
    }
    .header .header-contenedor .header-2 {
    width: 50% !important;
    height: 150px !important;
    }
    .texto_eventos {
    padding-bottom: 50%;
    }
}
@media screen and (max-width:520px){
    section .lado-2 .pto-2{
    width: 100%;
    }
    section .lado-2 .pto-3{
    width: 100%;
    }
    section .lado-2 .pto-4{
    width: 100%;
    border-top: solid;
    }
    section .lado-2 .pto-5{
    width: 100%;
    }
    section .lado-2 .pto-6{
    width: 100%;
    }
    section .lado-2 .pto-7{
    width: 100%;
    }
    section .lado-menu li .part-2 {
    padding-left: 0px;
    }
    .lado-2 .gal-4 {
    width: 100% !important;
    }
    .lado-2 .gal-5 {
    width: 100% !important;
    }
    .lado-2 .gal-6 {
    width: 100% !important;
    }
    .lado-2 .gal-7 {
    width: 100% !important;
    }
}
@media screen and (max-width:480px){
    .video_desfile{
        height: 50%;
    }
    .next00 {
    margin-top: -520px;
    }
    .next11{
    margin-top: -520px;     
    }
    .body-1 .contenido .formulario {
    margin-right: 10px !important;
    }
    .mapa .mapa-contenedor .mapa-1, .mapa .mapa-contenedor .mapa-2, .mapa .mapa-contenedor .mapa-3, .mapa .mapa-contenedor .mapa-4 {
    margin-left: 0px !important;
    padding-right: 0px !important;
    }
    section .lado-2 {
    height: auto !important;
    }
     h2 {
    font-size: 18.19px !important;
    }
    .contenidoSlider {
    margin-bottom: 60px !important;
    }
    section .lado-2 {
    padding-top: 10px;
    }
    section .lado-2 {
    padding-bottom: 0px;
    }
    .titulo-bloque {
    font-size: 16px;
    }
    .principal-lado2{
    padding-bottom: 110px !important;
    }
    .body-1 .contenido .formulario h1 {
    font-size: 17.78px !important;
    }
    .contenidocuadrado {
    height: 310px;
    }
    .imgArrow {
    right: 25px;
    }
}
@media screen and (max-width:400px){
    header .header {
    height: 110px;
    }
    header .header .sociales ul {
    display: block;
    }
    header .header .sociales li {
    width: 100px !important;
    float: left;
    }
    section .lado-menu {
    height: 116px;
    }
    section .lado-menu li {
    height: 116px;
    }
    .lado-3 .cat-1 {
    width: 100%;
    padding-top: 26px;
    }
    .container-trabajo-interna .descripcion {
    width: 97%;
    padding: 20px 5px;
    padding-bottom: 50px;
    }
    .contenedor-menu {
    margin-top: -8px;
    }
    .ficha_ubicacion {
    font-size: 13px;
    }
    section .lado-3 {
    padding-top: 40px;
    }
    section .lado-menu {
    margin-top: 40px;
    }
    section .lado-menu {
    height: 50px;
    }
    section .lado-menu li {
    height: 50px;
    }
    section .lado-menu li .part-2 {
    display: none;
    }
}
@media screen and (max-width:360px){
    .header .header-contenedor .header-1 {
    height: 100px !important;
    }
    .header .header-contenedor .header-2 {
    height: 100px !important;
    }
    .descripcion .trabajo-location {
    height: 194px;
    }
    .ficha_ubicacion {
    font-size: 11px;
    }  
}