@charset "UTF-8";
body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
}
#tapa {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.85);
	z-index: 9;
	display: none;
	background-image: url(../images/ajax-loader.gif);
	background-position: center;
	background-repeat: no-repeat;
}
input, textarea, select {
	resize: none;
	outline: none;
	border-radius: 0;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	-moz-appearance: none;
	-webkit-appearance: none;
}
a {
	color: #A6993D;
	text-decoration: none;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
h1 {
	font-size: 4em;
	font-weight: 100;
	text-transform: uppercase;
}
h2 {
	font-size: 3em;
	margin: 0;
}
hr {
	border: 0;
	border-bottom: thin solid #CEB555;
	width: 40%;
	margin-top: -17px;
	margin-bottom: 27px;
}

h3{
    font-size: 24px;
}

.row {
	width: 100%;
	clear: both;
	padding: 17px 0;
	display: table;
}
.padding .row .columna70 {
	width: 70%;
	float: left;
}
.padding .row .columna30 {
	width: 30%;
	float: left;
}
/*
#social {
    position: fixed;
    width: 40px;
    right: 0px;
    bottom: 200px;
    z-index: 9999;
}*/
#videos {
	width: 100%;
	padding: 5%;
	text-align: center;
	display: table;
}
.video {
	width: 50%;
    float: left;
	margin: 37px 0;
}
#whatsapp {
        position: fixed;
    text-align: center;
    background-color: #34e66a;
    width: 70px;
    height: 70px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #5cb85c;
    bottom: 50px;
    right: 10px;
}

#whatsapp i{
       line-height: 70px;
    color: #fff;
    font-size: 40px;

}

.registro {
	    position: absolute;
    z-index: 9;
    right: 17px;
    top: 17px;
    color: #FFF;
    padding: 7px 17px;
    background-color: #a6993e;
    font-weight: bold;
    font-size: 1.5em;
}
.cerrado {
	    position: absolute;
    z-index: 9;
    right: 17px;
    top: 17px;
    color: #FFF;
    padding: 7px 17px;
    background-color: #E7181B;
    font-weight: bold;
    font-size: 1.5em;
}

@keyframes glowing {
  0% { filter: brightness(1); }
  40% { filter: brightness(1.2); }
  60% { filter: brightness(1.4); }
  100% { filter: brightness(1.6); }
}
#whatsapp {
	animation: glowing 5000ms infinite;
}

.btn-buscar{
    margin-left: -35px;
}
.btn-large {
	padding: 17px 17px !important;
	position: relative;
}
.btn-large:hover {
	color: #FFF !important;
}
.btn-large img {
    position: absolute;
    max-width: 70px;
    height: auto;
    right: 10px;
    top: -20px;
	    border: 5px solid #FFF;
}
#social2 {
    margin-bottom: 70px;
    position: relative;
}


#buscar{
    width: 180px;
    background-color: #E1E1E1 !important;
    padding: 10px 10px;
    border: thin solid #E1E1E1;
    margin: 10px;
    transition: all ease .7s;
    -webkit-transition: all ease .7s;
}


.ver-ip{
    cursor: pointer;
}

.medida85{
    width: 85% !important;
}

.tabla-ip table{
    position: relative;
    width: 85%;
    float: left;
    display: inline;
}

.ancho100{
    width: 100%;
}


.mtop100{
    margin-top: 100px;
}

#cuadro-ciudad .fa-caret-left{
    left: -13px;
    position: absolute;
    color: #000;
    font-size: 40px;
    top: calc(50% - 20px);

}

#cuadro-ciudad{
    position: absolute;
    top: 300px;
    right: 10px;
    background-color: #000000;
    padding: 13px 21px;
    display: none;
    width: 7%;
    color: #fff;
}
.mtop95{
    margin-top: 95px !important;
}

.tabla-ip{
    position: relative;
    padding: 0px 15px !important;
}

.tabla-centrada{
        margin: 0px auto;
}

.tabla-ip a{
    float: left;
    cursor: pointer;
}

.tabla-ip .fa-exclamation-triangle{
    float: left;
    margin-top: 25px;
    color: #f00;
    position: relative;
    cursor: pointer;
}

.borde-rojo-ip{
    border: 1px solid #f00;
}

.tabla-ip tr{
    background-color: initial !important;
}

.tabla-ip td{
    border-bottom: 1px solid #EAEAEA;
    padding: 4px 15px !important;
}

.pupupaniv{
        margin-top: 5% !important;
}

.pupupaniv .remodal-close{
        right: 29%;
}


.pupupaniv img {
    width: 40% !important;
}


.popupnews h2{
    margin-bottom: 25px;
}

.popupnews{
    background-color: #464646;
    width: 30%;
    margin-left: 35%;
    color: #fff;
    font-size: 10px;
    height: auto;
    padding: 38px 30px;
}


.remodal-wrapper {
    background: rgba(0, 0, 0, .5);
    display: block;
    width: 100%;
    overflow: hidden !important;
}


.remodal-wrapper .remodal {
    display: block;
    position: relative;
    outline: 0;
    text-size-adjust: 100%;
    margin-top: 5%;
}

.remodal-close {
    position: absolute;
    top: -18px;
    right: 24.2%;
    display: block;
    overflow: visible;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    cursor: pointer;
    transition: color 0.2s;
    text-decoration: none;
    color: #ffffff;
    background: #A6993D;
    border: 0;
    outline: 0;
    z-index: 10;
}


.remodal-close:before {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    line-height: 35px;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 35px;
    content: "\00d7";
    text-align: center;
}

.remodal img {
    width: 50%;
    position: relative;
}

.seccion-asociados #contacto input[type="submit"] {
    font-size: 20px;
}

.seccion-asociados .columna50 .centrado{
        font-size: 22px;
}

.tabla-asociados tr:nth-child(even) {
    background-color: #EAEAEA;
}
.tabla-asociados tr:nth-child(odd) {
    background-color: #FCFCFC;
}

.tabla-asociados .fa-times, .tabla-asociados .fa-check{
        margin-left: 39%;
}

.tabla-asociados .fa-edit, .tabla-asociados .fa-trash-alt{
        margin-left: 35%;
}

.seccion-asociados .medida{
    position: relative;
        display: table;
}
.seccion-asociados #cursos {
	margin-top: 80px;
}
.padding .row .videofull {
	width: 100%;
	height: auto;
}


.centrado{
    text-align: center;
}

.tabla-asociados{
        margin-top: 55px;
}

.tabla-asociados td{
        padding: 18px 15px;
}

.tabla-asociados th{
            padding: 15px;
}

.seccion-asociados .columna50{
    margin-top: 90px;
}

.btn-agregar-asociado{
    width: 210px;
    background-color: #242424;
    color: #FFF;
    padding: 12px 15px;
    margin: 10px;
    text-transform: uppercase;
    cursor: pointer;

    -webkit-transition: all .7s ease;
-moz-transition: all .7s ease;
-ms-transition: all .7s ease;
-o-transition: all .7s ease;
transition: all .7s ease;
}

.btn-agregar-asociado i{
    margin-right: 7px;
}

#botonAsociados {
    position: fixed;
    left: -41px !important;
    left: 0;
    z-index: 9999999;
    bottom: 0; 
    color: #FFF;
}

.btn-agregar-asociado:hover {
    background-color: #CEB555 !important;
}

#botonAsociados ul{
    margin: 0px !important;
}

#botonAsociados ul li {
    height: 52px;
    background-color: #cab648;
    margin-top: 7px;
    overflow: hidden;
    line-height: 52px;
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: 2px center;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    cursor: pointer;
    margin-left: 0px; 
    width: auto; 
}

#botonAsociados ul li:hover {
    background-color: #222;
}

#botonAsociados ul li span {
    float: left;
    display: inline-block;
    padding-right: 20px;
    margin-left: 20px;
    font-size: 18px;
    color: #FFF !important;
}



.mtop100{
	margin-top: 100px;
}



#login {
	    color: #000;
    text-align: center;
    position: absolute;
    z-index: 999;
    top: 30%;
    left: 34%;
    width: 30%;
    background-color: rgba(255,255,255,0.70);
    display: table;
    -webkit-box-shadow: 0 0 7px 0px rgba(0,0,0,.3);
    box-shadow: 0 0 7px 0px rgba(0,0,0,.3);
    -webkit-transition: all ease .7s;
    -ms-transition: all ease .7s;
    transition: all ease .7s;
}

.barra-logo{
	width: 300px;
    height: 43px;
    background-size: contain;
    background-image: url(../images/logoSYC.png);
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    z-index: 7;
    top: 21px;
    left: 17px;
    overflow: hidden;
}

.barra-titulo{
	    font-size: 33px;
    margin: 12px auto;
    position: absolute;
    display: inline-block;
    float: left;
    left: 44%;
}


.barra-arriba{
	position: absolute;
    width: calc(100% - 16px);
    height: 70px;
    background-color: #222;
    color: #FFF;
    padding: 8px;
    z-index: 5;
}

.itemsList{
	position: relative;
    display: block;
        margin: 30px;
    width: 80%;
    margin-left: 10%;
    min-height: 80px;
}




.file{
	width: 164px;
	    float: left;
    margin: 14px;
}

.folder{
    color: #000;
	margin: 11px;
    border: 1px #9e9e9e solid;
    padding: 0px 5px;
    display: inline-block;
    float: left;

    -webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;

}
.item {

    background-color: white;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    transition: box-shadow 200ms cubic-bezier(0.4,0.0,0.2,1);
    display: flex;
    align-items: center;
    cursor: pointer;
}

.item p{
	float: left;
    margin-right: 14px;
}

.item:hover{
	    background-color: #e0e0e0;
}

.item i{
	float: left;
    font-size: 25px;
    margin: 14px;
}


.item.file {
    flex-direction: column;
}

.thumb {
    display: block;
    width: 100%;
    min-height: 130px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
}

.itemsList a {
    text-decoration: none;
}

.filenameRow {
    display: flex;
    align-items: center;
    width: 100%;
}

.filenameRow:hover .icon {
	background-image: url(../images/download.png) !important;
	background-size: 80% !important;
}
 
.item .icon {
    width: 48px;
    height: 48px;
    background-position: center;
    background-size: 50%;
    background-repeat: no-repeat;
}


.filepdf .thumb, .filepdf .icon{
	background-image:url('../images/pdf.png');
}


.fileexcel .thumb, .fileexcel .icon{
	background-image:url('../images/excel.png');
}

.fileotro .thumb, .fileotro .icon{
	background-image:url('../images/archivos.png');
}


.item .filename {
    flex: 1;
    vertical-align: middle;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 10px;
    color: rgba(0,0,0,.72);
    font-size: 14px;
    white-space: nowrap;
}

.seccion-asociados{
        min-height: 100vh;
	width: 100%;
    height: 100%;
    position: absolute;
    background-image: url(../images/fondo-asociados-syc.jpg);
    background-size: cover;
    background-repeat: repeat-y;
    background-attachment: fixed;
	display: table;
}

.seccion-asociados-rel{
    position: relative !important;
}

.lista-archivos, .itemsSub{
	display: none;
}

#login h3 {
    font-size: 30px;
    margin: 5px;
}


#login .padding {
    padding: 17px;
}


#login #logo-main {
    margin: 0 auto;
    width: 70%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/logoSYC.png);
    height: 80px;
}

#logme {
    margin-top: 17px;
}


#login input[type="text"], #login input[type="password"]{
	width: 100%;
    background-color: rgba(255,255,255,0.5);
    color: #000;
    padding: 12px 0;
    text-align: center;
    border: thin solid #F4F7FA;

        outline: none;
    resize: none;
    font-size: 1em;
    margin-bottom: 7px;
}

#login input[type="submit"] {
    width: 100%;
    background-color: #242424;
    color: #FFF;
    display: block;
    padding: 12px 0;
    text-transform: uppercase;
}




.email_error{
	    color: #f00;
}


#conteM2 {
    position: fixed;
    z-index: 9;
    top: 86px;
    right: 0px;
    background-color: rgb(198, 183, 54);
    display: none;
}

#conteM2 li {
        padding: 10px 17px;
    text-align: left;
    font-size: 12px;
    background-color: rgb(255, 255, 255);
    width: calc(100% - 16px);
    line-height: 1.3em;
    position: relative;
    display: block;

    -webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

#conteM2 li:hover{
	 background-color: rgb(128, 117, 28);
}

#conteM2 li:hover a{
	 color: #FFF;
}

#conteM2 li a {
    font-size: 20px;
    font-weight: lighter;
    color: #222;
	display: block;
}

.contenedor-menu2{
	overflow: hidden;
	padding-bottom: 0px;
	position: relative;
    width: 100%;
    z-index: 999;
}

#conteM2 ul{
	margin: 0px;
    padding: 0px;
}


#menu2 {
    position: fixed;
    right: 5%;
    width: 37px;
    top: 25px;
    height: 20px;
    cursor: pointer;
    z-index: 10;
  
}

#menu2 .linea {
    width: 100%;
    height: 1px;
    background-color: #cab648;
    position: absolute;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

#menu2 .linea:nth-child(1) {
    top: 0;
}

#menu2 .linea:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}

#menu2 .linea:nth-child(3) {
    bottom: 0;
}

.abierto .linea {
    background-color: #cab648 !important;
}


#menu2.abierto .linea:nth-child(1) {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
}

#menu2.abierto .linea:nth-child(2) {
    opacity: 0;
}

#menu2.abierto .linea:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 40%;
}













#menu {
    position: fixed;
    left: 5%;
    width: 47px;
    top: 25px;
    height: 27px;
    cursor: pointer;
    z-index: 10;
    display: none;
}

#menu .linea {
    width: 100%;
    height: 2px;
    background-color: #cab648;
    position: absolute;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

#menu .linea:nth-child(1) {
    top: 0;
}

#menu .linea:nth-child(2) {
    top: 50%;
    margin-top: -1px;
}

#menu .linea:nth-child(3) {
    bottom: 0;
}

.abierto .linea {
    background-color: #cab648 !important;
}


#menu.abierto .linea:nth-child(1) {
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 50%;
}

#menu.abierto .linea:nth-child(2) {
    opacity: 0;
}

#menu.abierto .linea:nth-child(3) {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 40%;
}

#conteM {
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.85);
    display: none;
}




#menuuno {
    position: relative;
    list-style: none;
    font-weight: lighter;
    text-transform: uppercase;
    margin: 140px auto 40px;
    width: 70%;
    margin-left: 15% !important;
    text-align: center;
    margin-top: 80px !important;
}

#menuuno li {
    width: 100% !important;
    line-height: 3em;
    position: relative;
    display: block;
    background-color: initial !important;
}

#menuuno li a {
    font-size: 30px;
    font-weight: lighter;
    color: #222 !important;
}




#menuuno li ul{
	
    position: relative !important;
    width: 100% !important;
    color: #222;
    float: left;
    max-height: initial !important;
    margin-left: 0px !important; 
    background-color: initial !important;
    bottom: 0px !important;
    top: 0px !important; 
}


#menuuno li ul li a{
     color: #222 !important;

}


.ocultar-sub{
	display: none !important;
}


.submenu:hover{
	color: #A6993D !important; 
}



.contenedor-menu{
	position: relative;
    width: 100%;
    height: 100%;
    z-index: 999;
    overflow: auto;
    padding-bottom: 30px;
}




.mleft25{
	margin-left: 25%;
}

.descarga-de-catalogos{
	margin-bottom: 75px;
	    z-index: 200;
    position: relative;
}

.descarga-de-catalogos h4{
	font-size: 18px;
}

.marcas-rojo{
	    color: #f00;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: -20px;
    margin-top: 5px;
}

.familia-productos h3{
    font-size: 21px;
}

.letras-rojo{
    color: #f00;
}

.margin-certificado{
	margin: 0px 0px 20px 35px;
}

#cuadroD h1{
	    font-size: 2em;
}

.socio-grande2 .btn-division{
	    padding: 10px 0px;
	        width: 70%;
	            margin: 1px 15%;
}

.familia-productos li{
	float: left;
    width: 25%;
    padding: 0px 20px;
    height: 440px;
}

.familia-producto img{
	    position: relative;
    margin: 0 auto;
    max-height: 300px;
    max-width: 100%;
}

.socio-grande2{
		padding-bottom: 47px !important;
	    width: 40% !important;
	    margin-left: 30% !important; 
}
.socio-grande3 {
	width: 40%;
	float: left;
	margin-left: 0;
}
.socio-grande2 .logoSocio{
	    height: 227px !important;

}

.socio-centrado{
	margin-left: 32% !important;
}
.titulo-cat{
	    font-size: 20px;
}
.lista-productos{
	list-style:none;
}

.lista-productos li{
	margin: 5px;
}

.division-solucion{
	width: 100%;
    float: left;
    position: relative;
}

.mb40{
	    margin-bottom: 40px;
}

.logo-honeywell-distribudores{
	    width: 110px;
    float: right;
    right: 60px;
    position: absolute;
    top: 55px;
}

.btn-division:hover, .btn-division-uno:hover {
    background-color: #a39a2e;
}

.socio-grande{
	width: 48% !important;
	    margin-left: 25% !important;
	        margin-bottom: 70px !important;
}

.socio-grande .btn-division{
    margin: 1.5px 1% !important;
}

.socio-grande .logoSocio{
	    height: 340px !important;
}

.btn-division{
	padding: 3px 0px;
    background-color: #000;
    color: #fff;
    width: 100%;
    float: left;
    margin: 3px 1%;
    font-size: 16px;
    	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

.btn-division-uno{
	padding: 3px 0px;
    background-color: #000;
    color: #fff;
    width: 48%;
    float: left;
    margin: 0px 1%;
    font-size: 16px;
    margin-left: 26%;
    top: -37px;
    position: absolute;

    -webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}

#socios li{
	list-style: none;
}

.titulos-marcas{
    margin-top: 50px;
    float: left;
    width: 100%;
    display: block;
}

.titulos-marcas hr{
    width: 100% !important;
}

.titulos-marcas h2{
	font-size: 2.4em;
}

.boton2{
	margin-top: 40px;
    background-color: #FFF !important;
    border: thin solid #CEB555;
    padding: 10px;
    width: 220px;
    margin-bottom: 10px;
    transition: all ease .7s;
    -webkit-transition: all ease .7s;
    font-size: 18px;
    cursor: pointer;
}


.boton2:hover{
	background-color: #CEB555 !important;
	color: #FFF;
}



.index2{
	    z-index: 2;
    position: relative;
}

.tabla-marcas{
	position: absolute;
    float: left;
    display: inline;
    left: 7%;
    top: 6%;
    z-index: 2;

}

.tabla-marcas td{
	    border: solid 1px #a39a2e;
    padding: 7px;
}

.productos-logo{
	    max-width: 300px;
}

.productos-division{
	font-size: 2em;
    margin-top: -30px;
    margin-bottom: 30px;
}

.centrado{
	text-align: center;
}

.mtop105{
	    margin-top: 105px !important;
}


.logos-clientes img{
	    float: left;
    width: 18%;
    margin: 1% 7%;
}

.inf-logo{
	    margin: 20px 0;
}


.inf-contacto{
	    width: 49%;
    float: left;
    margin-top: 43px;
}

.logos-contacto{
	    width: 50%;
    float: left;
}

.logos-cant2 .logoSocio{
	        width: 49% !important;
    display: inline-block;
}

.logos-cant3 .logoSocio{
	    width: 30% !important;
    display: inline-block;
    margin: 0px 1%;
}

#pie .mitad{
	margin-top: 7px;
    width: 49%;
    position: relative;
    float: left;
}

#pie .mitad p{
	line-height: 2em;
	padding: 0px 0px;
    margin: 0px 0px;

}

.mtop18{
	margin-top: 18px !important;
}

.img-sobrenosotros{
	width: 40%;
    margin: 10px auto;
}

#seguridad {
	position: absolute;
	width: 100%;
}
#superiorHome {
	position: relative;
	z-index: 1;
	width: 100%;
	min-height: 370px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-image: url(../2021/images/fondos/bannerContador.jpg);
}
.division{
	position: absolute;
    bottom: -28px;
    left: 0px;
    text-align: center;
    width: 100%;
}
video#bgvid {
	width: auto !important;
	height: auto !important;
	background-image: url(../images/fondo-video.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	min-width: 100%;
	min-height: 100%;
	z-index: 1;
}#tapaS {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	background-color: rgba(36,36,36,0.70);
	color: #FFF;
}
.fraseS {
	position: absolute;
	width: 60%;
	left: 20%;
	top: 22%;
	text-align: center;
}
.fraseS p{
	margin: 0px auto;
	max-width: 760px;
}
.fraseS ul {
	list-style: none;
}
#ir-servicios{
	border: solid thin #A6993D;
	border-radius: 4px;
	color: #A6993D;
	display: inline-block;
	margin: 40px auto;
	padding: 16px 12px;
}
#ir-servicios:hover{
	background-color: #A6993D;
	color: #242424;
}
.fraseS li {
	margin: 5px 0px;
	width: 100%;
	float: left;
	font-size: 1.2em;
	font-weight: 100;
}
.fraseS li  a{
	color: #ffffff;
}
#logoIn {
	width: 334px;
	height: 51px;
	background-size: contain;
	background-image: url(../images/logoSYC.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	z-index: 7;
	top: 47px;
	left: 17px;
	overflow: hidden;
}
#logoIn2 {
	width: 334px;
	height: 51px;
	background-size: contain;
	background-image: url(../images/logoSYC.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	z-index: 7;
	margin-top: 77px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 77px;
	overflow: hidden;
}
#logoIn a, #logoIn2 a {
	display: block;
	line-height:  51px;
	text-indent: -999em;
}
#trainguloI, #trainguloD {
	position: absolute;
	z-index: 10;
	width: 209px;
	height: 234px;
	background-size: contain;
	background-repeat: no-repeat;
	top: 270px;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
#trainguloI {
	background-image: url(../images/tri_left.png);
	left: -27px;
}
#trainguloD {
	background-image: url(../images/tri_right.png);
	right: -27px;
}.blanca { 
	position: relative;
	width: 100%;
	display: table;
	font-size: 85%;
	padding-bottom: 27px;
	overflow: hidden;
	overflow-x: hidden;
}
.gris {
	background-color: #333333;
	width: 100%;
	display: table;
	font-size: 85%;
	padding-bottom: 27px;
	/* [disabled]overflow: hidden; */
	position: relative;
	color: #CACACA;
	background-image: url(../images/fondo-gris.png);
}
.dotted {
	background-image: url(../images/fondo-blanco.jpg);
}
.center {
	text-align: center;
}
.blanca h1, #social2 h1 {
	text-align: center;
	font-size: 4em;
}
.medida {
	margin: 0 auto;
	width: 70%;
	    z-index: 1;
    position: relative;
}
.padding {
	padding: 47px;
}
#menuTouch {
	position: absolute;
	z-index: 7;
	left: 47px;
	color: #FFF;
	display: block;
	bottom: 17px;
	/* [disabled]padding-right: 127px; */
	padding-left: 57px;
	line-height: 47px;
	background-repeat: no-repeat;
	background-image: url(../images/menu.png);
	cursor: pointer;
}
#principal {
	position: relative;
	width: 100%;
	background-color: #FFF;
	display: table;
	z-index: 10;
	font-size: 0.7em;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
#principal.fix{
	border-bottom: 3px solid #CEB555;
	position: fixed;
	top: 0px;
}
#principalB {
	position: fixed;
	width: 100%;
	background-color: #FFF;
	border-bottom: 3px solid #CEB555;
	display: table;
	z-index: 99;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
#principal ul, #principalB ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#principal ul li, #principalB ul li {
	position: relative;
	float: left;
	width: 14.2857%;
	text-align: center;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
	-webkit-transition-delay: .1s; /* Safari */
	transition-delay: .1s;
}
#principal ul li:hover, #principalB ul li:hover {
	background-color: #222;
}
#principal ul li:hover a, #principalB ul li:hover a {
	color: #FFF;
}
.actual {
	font-weight: bold;
}
#principal ul li a, #principalB ul li a {
	line-height: 48px;
	font-size: 14px !important;
	display: block;
	color: #222;
}
#principal ul ul, #principalB ul ul {
	display: block;
	position: absolute;
	width: 100%;
	max-height: 0px;
	bottom: 48px;
	overflow: hidden;
	background-color: #222;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}
#principal.fix ul ul, #principalB ul ul{
	bottom: inherit;
	top: 48px;
}
#principal ul li:nth-child(2) ul, #principalB ul li:nth-child(2) ul{
	margin-left: -50%;
	width: 200%;
}
#principal ul ul li, #principalB ul ul li {
	background-color: #222;
	border-right: none;
	border-left: none;
	border-bottom: none;
	/*padding: 25px 0px;*/
	width: 100%;
}
#principal ul ul li:hover, #principalB ul ul li:hover {
	border-bottom: none;
	background-color: #CEB555;
}
#principal ul ul li a, #principalB ul ul li a {
	color: #FFF;
}
#principal li:hover ul, #principalB li:hover ul {
	max-height: 600px;
}
.descanso {
	position: relative;
	width: 100%;
	height: 300px;
	background-size: cover;
	overflow: hidden;
}
#descanso1 {
	background-image: url(../images/seguridad.jpg);
	background-attachment: fixed;
}

#descanso2, #descanso3 {
	background-image: url(../images/seguridad.jpg);
	background-attachment: fixed;
}


.fraseD {
	width: 30%;
	color: #FFF;
	position: absolute;
	top: 7%;
	right: 20%;
	text-align: right;
}
.fraseD h1 {
	font-size: 2.7em;
	margin-bottom: -7px;
}
#slidePromo {
}
.logo {
	background-size: contain;
	width: 229px;
	height: 170px;
	background-repeat: no-repeat;
	top: 17%;
	left: 20%;
	position: absolute;
	background-position: center center;
}
.items {
	list-style: none;
	padding: 0;
	margin: 0;
}
.items li {
	position: relative;
	float: left;
	width: 31.33%;
	min-height: 444px;
	display: inline-block;
	margin: 0 1% 40px;
	text-align: center;
	background-color: #FFFFFF;
	color: #4D4D4D;
	border-bottom: 3px solid #CEB555;
	border-left: thin solid #F4F4F4;
	border-right: thin solid #F4F4F4;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
.items li:nth-child(5), .items li:nth-child(6){
	width: 48%;
}
.items li:hover {
	-webkit-box-shadow: 0 0 17px 0 rgba(0,0,0,.3);
box-shadow: 0 0 17px 0 rgba(0,0,0,.3);
}
.items .imgUL {
	width: 100%;
	margin-bottom: 17px;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
.imgUL:hover {
	opacity: 0.7;
}
.items li img {
	width: 100%;
	height: auto;
}
.titulo-solucion-home{
	font-size: 1.8em !important;
	padding: 0px 2%;
}
.items li p {
	padding: 7px 2%;
	margin-top: -7px;
	color: #666666;
}
.saber-mas{
	border: thin solid #CEB555;
	border-radius: 4px;
	display: inline-block;
	margin: 10px auto 20px;
	padding: 15px 12px;
}
.saber-mas:hover{
	background-color: #CEB555;
	color: #ffffff;
} 
#descanso2, #descanso3 {
	background-image: url(../images/experiencia.jpg);
	background-attachment: fixed;
}
.fraseC {
	    position: absolute;
    width: 390px;
    left: calc(50% - 195px);
    text-align: center;
    color: #FFF;
    font-size: .7em;
    top: 15%;
}
.boton {
	padding: 7px 27px;
	border: thin solid #CEB555;
	text-align: center;
	margin: 0 auto;
	position: relative;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
.boton:hover {
	background-color: #222;
	color: #FFF;
}#noticias {
	width: 100%;
	display: table;
	margin-top: 45px;
	position: relative;
}
.noticia {
	width: 44%;
	border: thin solid #F4F4F4;
	height: 270px;
	margin: 2% 2.5%;
	float: left;
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
.noticiaB {
	width: 88%;
	border: thin solid #F4F4F4;
	height: 370px;
	margin: 2% 2.5%;
	float: left;
	background-image: url(../img/seminario.jpg);
	background-color: #FFF;
	background-size: cover;
	background-position: center center;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
.tituloNoticia {
	background-color: rgba(36,36,36,0.9);
	color: #FFF;
	position: absolute;
	left: -25%;
	top: 0;
	width: 70%;
	height: 100%;
	padding: 5px 10%;
	padding-left: 30%;
	z-index: 2;
	-moz-transform: skewX(-7deg);
	-webkit-transform: skewX(-7deg);
	-o-transform: skewX(-7deg);
	-ms-transform: skewX(-7deg);
	transform: skewX(-7deg);
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
.tituloNoticia img {
	max-width: 220px;
	-moz-transform: skewX(7deg);
    -webkit-transform: skewX(7deg);
    -o-transform: skewX(7deg);
    -ms-transform: skewX(7deg);
    transform: skewX(7deg);
}
.noticia:hover .tituloNoticia {
	left: -15%;
}
.tituloNoticia h1 {
	font-size: 1.5em;
	/*padding: 17px 0px;*/
	text-align: left;
	-moz-transform: skewX(7deg);
	-webkit-transform: skewX(7deg);
	-o-transform: skewX(7deg);
	-ms-transform: skewX(7deg);
	transform: skewX(7deg);
}
.subNoticia {
	position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    text-align: right;
    line-height: 57px;
    padding-right: 5%;
    background-color: rgba(255,255,255,0.7);
    border-top: thin solid #FFF;
    color: #242424;
    font-size: 1.2em;

}
.wp-block-gallery {
	list-style: none;
}
.blocks-gallery-item {
	display: inline-block;
}
#descanso3 {
	background-image: url(../images/descanso3.jpg);
	background-attachment: fixed;
}
#newsletter {
	margin-top: 17px;
}
#newsletter input[type="email"]{
	padding: 15px 10px;
    width: 270px;
    border: thin solid #FFF;
    transition: all ease .7s;
    -webkit-transition: all ease .7s;
    margin: 5px;
}

.popupnews input[type="text"], .popupnews input[type="email"]{
    padding: 15px 10px;
    width: 70%;
    margin: 5px 15%;
    border: thin solid #FFF;
    transition: all ease .7s;
    -webkit-transition: all ease .7s;
}



#newsletter input[type="email"]:focus, #newsletter input[type="text"]:focus {
	border: thin solid rgba(206,181,85,1.00);
}
#newsletter input[type="submit"] {
	background-color: #222;
	color: #FFF;
	padding: 17px;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}

.popupnews input[type="submit"]{
    margin-top: 15px;
    background-color: #222;
    color: #FFF;
    padding: 17px;
    transition: all ease .7s;
    -webkit-transition: all ease .7s;
}

#newsletter input[type="submit"]:hover, .popupnews input[type="submit"]:hover {
	background-color: #C22229;
}#pie {
	background-color: #222;
    color: #FFF;
    font-size: 0.7em;
    line-height: 47px;
    padding: 8px;
    height: 98px;
}
#pie a{
	color: #ffffff;
}
#pie a:hover{
	color: #CEB555;
}
/*CONTACTO*/
#contacto input, #contacto textarea, #contacto select, #whatsapp2 {
	background-color: #E1E1E1 !important;
	padding: 10px 10px;
	width: 100%;
	border: thin solid #E1E1E1;
	margin-bottom: 10px;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
#contacto {
	z-index: 2;
	position: relative;
}
#contacto textarea {
	height: 147px;
}
#contacto input:focus, #contacto textarea:focus, #contacto select:focus {
	border: thin solid #CEB555;
}
#contacto input[type="submit"] {
	background-color: #FFF !important;
	border: thin solid #CEB555;
}
#contacto input[type="submit"]:hover {
	background-color: #CEB555 !important;
	color: #FFF;
}
#contacto label {
	text-align: left !important;
}


.columna50 {
	width: 50%;
	float: left;
}
#mapa {
	position: relative;
	width: 100%;
	height: 370px;
	background-color: #636363;
}
.columna33 {
	width: 33.33%;
	float: left;
}
.columna33 ul {
	margin: 0;
	padding: 0;
}
#mapaD {
	width: 100%;
	height: auto;
	z-index: 2;
	position: relative;
	margin-top: -77px;
}
#mapaD img {
	widht: 100%;
	height: auto;
	margin: 0 auto;
	width: 100%;
}
/*AVISO DE PRIVACIDAD*/
#formato-aviso{
	max-width: 880px;
	text-align: left !important;
}
/*SOLUCIONES*/
#formato-soluciones{
	max-width: 880px;
}
#formato-soluciones h2{
	text-align: center !important;
}
/*PINES */
.pin {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #111;
  position: absolute;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 7;
  cursor: pointer;
    margin: 5px 0 0 -15px;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  -ms-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
}
.pin:after {
  content: '';
  width: 14px;
  height: 14px;
  margin: 3px 0 0 3px;
  background: #CCCC99;
  position: absolute;
  left: 0px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.pulse {
  background: rgba(0,0,0,0.2);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 14px;
  width: 14px;
  position: absolute;
  margin: 20px 0px 0px -12px;
  -webkit-transform: rotateX(55deg);
  -moz-transform: rotateX(55deg);
  -o-transform: rotateX(55deg);
  -ms-transform: rotateX(55deg);
  transform: rotateX(55deg);
  z-index: 1;
}
.pulse:after {
  content: "";
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  position: absolute;
  margin: -13px 0 0 -18px;
  -webkit-animation: pulsate 1s ease-out;
  -moz-animation: pulsate 1s ease-out;
  -o-animation: pulsate 1s ease-out;
  -ms-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-box-shadow: 0 0 1px 2px #999;
  box-shadow: 0 0 1px 2px #999;
  -webkit-animation-delay: 1.1s;
  -moz-animation-delay: 1.1s;
  -o-animation-delay: 1.1s;
  -ms-animation-delay: 1.1s;
  animation-delay: 1.1s;
}
@-moz-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-o-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -o-transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-moz-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-webkit-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@-o-keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
@keyframes bounce {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transform: translateY(-2000px) rotate(-45deg);
    -moz-transform: translateY(-2000px) rotate(-45deg);
    -o-transform: translateY(-2000px) rotate(-45deg);
    -ms-transform: translateY(-2000px) rotate(-45deg);
    transform: translateY(-2000px) rotate(-45deg);
  }
  60% {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(30px) rotate(-45deg);
    -moz-transform: translateY(30px) rotate(-45deg);
    -o-transform: translateY(30px) rotate(-45deg);
    -ms-transform: translateY(30px) rotate(-45deg);
    transform: translateY(30px) rotate(-45deg);
  }
  80% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -moz-transform: translateY(-10px) rotate(-45deg);
    -o-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(-45deg);
    -moz-transform: translateY(0) rotate(-45deg);
    -o-transform: translateY(0) rotate(-45deg);
    -ms-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg);
  }
}
.uno {
	left: 22.5%;
	top: 22%;
}
.dos {
	left: 35%;
	top: 25.5%;
}
.tres {
	left: 48.2%;
	top: 34%;
}
.cuatro {
	left: 55.9%;
	top: 42%;
}
.cinco {
	left: 32%;
	top: 45%;
}
.seis {
	left: 39.5%;
	top: 47%;
}
.siete {
	left: 43%;
	top: 65%;
	-webkit-border-radius: 50% 50% 50% 0;
  	border-radius: 50% 50% 50% 0;
  	width: 28px;
    height: 28px;
}
.pin.siete:after{
	margin: 7px 0 0 7px;
}
.pulse.siete{
	margin: 18px 0px 0px 0px;
}
.pulse.siete:after{
	margin: 0px 0 0 -34px;
}
.ocho {
	left: 48%;
	top: 58%;
}
.nueve {
	left: 55%;
	top: 57%;
}
.gto {
	left: 52%;
	top: 63%;
}
.qro {
	left: 56.5%;
	top: 63%;
}
.mex {
	left: 56.5%;
	top: 70%;
}
.df {
	left: 58.5%;
	top: 70.9%;
}
.tla {
	left: 62%;
	top: 70%;
}
.pue {
	left: 63%;
	top: 74%
}
.qr {
	left: 95%;
	top: 68%;
}

.ver{
	left: 67%;
    top: 72%;
}

.mic{
	left: 50%;
    top: 72%;
}


#leyendaMapa {
	position: absolute;
	left: 70%;
	top: 25%;
}
#tapaD {
	position: fixed;
	overflow: auto;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background-color: rgba(0,0,0,0.7);
	display: none;
}
#cuadroD {
	position: absolute;
	width: 75%;
	height: 470px;
	left: 12.5%;
	top: 50px;
	background-color: #FFF;
	display: table;
    z-index: 3;
}

#cuadroCE{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
}

.distribuidor {
	padding-bottom: 17px;
	border-bottom: thin dotted #F4F4F4;
	width: 50%;
	float: left;
	position: relative;
}
#cerrarD {
	position: absolute;
	right: -15px;
	top: -15px;
	background-color: #222;
	width: 30px;
	height: 30px;
	border: 2px solid #FFF;
	overflow: hidden;
	border-radius: 50%;
	color: #FFF;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
	-webkit-box-shadow: 2px 2px 7px 1px #5E5E5E;
	box-shadow: 2px 2px 7px 1px #5E5E5E;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
#cerrarD:hover {
	background-color: #333;
}
#contDis {
	width: 100%;
	height: 100%;
	/* [disabled]position: absolute; */
	overflow: auto;
}
#socios {
	position: relative;
	width: 100%;
	display: table;
	z-index: 1;
}
.socio {
	    padding-bottom: 20px;
	position: relative;
	cursor: pointer;
	float: left;
	width: 30%;
	height: auto;
	background-color: transparent;
	z-index: 7;
	margin: 27px 1%;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	opacity: .6;
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0);
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0);
}

.familia-producto{
	background-color: transparent;
	z-index: 7;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	opacity: .6;
	-webkit-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0);
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0);
}

.socio-index {
	position: relative;
	cursor: pointer;
	float: left;
	width: 23%;
	height: auto;
	background-color: transparent;
	z-index: 7;
	margin: 27px 1%;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;

	-webkit-transform: translateY(0px);
	-o-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0);
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0);
}
.socio:hover, .socio-index:hover, .familia-producto:hover{
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px -1px rgba(0,0,0,0.2);
	opacity: 1;
	-webkit-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}
.logoSocio {
	width: 100%;
	height: 177px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	z-index: 1;
	position: relative;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
.textoSocio {
	display: none;
	position: relative;
	z-index: 2;
	/* [disabled]width: 100%; */
	height: 143px;
	overflow-y: auto;
	padding: 7px;
	overflow: hidden;
	background-color: #222;
	border-bottom: thin solid #CEB555;
	border-top: thin solid #BEAC45;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
	color: #FFF;
}
.socio:hover .textoSocio, .socio-index:hover .textoSocio {
	height: 259px;
	margin-top: -117px;
}
.navegadorS {
	position: relative;
	z-index: 7;
	width: 100%;
	clear: both;
	padding-bottom: 7px;
	padding-top: 7px;
	margin-bottom: 17px;
}
.navegadorS table {
	width: auto;
	background-color: #FFF;
	border-bottom: thin solid #BEAC45;
	float: right;
}
.navegadorS a {
	padding: 17px;
}
#contenedor-detalle-marca{
	display: none;
	background-color: rgba(11,11,11,.8);
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 999999;
}
#contenido-detelle-marca{
	background-color: #ffffff;
	border-radius: 4px;
	display: block;
	margin: 0px auto;
	padding: 20px;
	position: relative;
	width: 480px;
	-webkit-box-shadow: 2px 2px 10px 1px rgba(0,0,0,.3);
    box-shadow: 2px 2px 10px 1px rgba(0,0,0,.3);
}
#cerrarDetalleMarca{
	position: absolute;
    right: -15px;
    top: -15px;
    background-color: #222;
    width: 30px;
    height: 30px;
    border: 2px solid #FFF;
    overflow: hidden;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    line-height: 25px;
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 7px 1px rgba(0,0,0,.8);
    box-shadow: 2px 2px 7px 1px rgba(0,0,0,.8);
    transition: all ease .7s;
    -webkit-transition: all ease .7s;
}
#logo-detalle-marca{
	display: block;
	height: auto;
	margin: 0px auto;
	width: 50%;
}
#descripcion-detalle-marca{
	color: #666666;
	text-align: center;
	margin-top: 5px;
}
.logoM {
	overflow: hidden;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../images/logoSYCm.png);
}
.logoM a {
	line-height: 57px;
	display: block;
	text-indent: -9999em;
}
.entrada {
	padding-top: 170px;
}
#catego {
	position: relative;
	z-index: 98;
	width: 102%;
	background-color: #FFF;
	border-bottom: thin solid #242424;
	display: table;
	margin-top: -17px;
	margin-left: -17px;
}
#catego ul {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	background-color: #FFF;
}
#catego li {
	float: left;
	font-size: 1.3em;
	background-color: #FFF;
	text-align: center;
}
#catego li a {
	color: #222;
	padding-top: 7px;
	padding-right: 17px;
	padding-left: 17px;
	padding-bottom: 7px;
	font-weight: 300 !important;
	display: block;
	font-size: 14px !important;
	line-height: 3em;
}
#catego li a:hover {
	color: #FFF;
	background-color: #242424;
}
#subcate {
	width: 100%;
	clear: both;
	position: relative;
	z-index: 17;
}
.subcate {
	width: 19%;
	float: left;
	margin-top: 0.5%;
	margin-right: 0.5%;
	margin-left: 0.5%;
	margin-bottom: 0.5%;
	height: 370px;
	background-repeat: no-repeat;
}
.fotoSC {
	width: 100%;
	height: 270px;
	background-color: #FFF;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	border: thin solid #F5F5F5;
	transition: all ease .7s;
	-webkit-transition: all ease .7s;
}
.fotoSC:hover {
	/* [disabled]background-color: #C3C3C3; */
	border: thin solid #CEB555;
}
.tituloSC {
	padding: 17px;
	text-align: center;
	font-size: 1.4em;
}
.selectC {
	font-weight: bold !important;
	color: #FFF !important;
	background-color: #242424;
}
.principales {
	display: block;
	cursor: pointer;
}
.muestra {
	display: block !important;
}
.esconde {
	display: none;
}
.titulosC {
	position: relative;
	width: 100%;
	height: 370px;
	background-size: cover;
	background-position: center center;
	color: #FFF;
	text-align: center;
}
.titulosC h1 {
	padding-top: 120px;
}.pantalla {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
}
.textoTituloP {
	z-index: 2;
	position: absolute;
	width: 100%;
}
#contactoT {
	background-image: url(../images/fondoContacto.jpg);
}
#nosotrosT {
	background-image: url(../images/edificio.jpg);
}
#catalogoT {
	background-image: url(../images/seguridad-fondo.jpg);
}

.sociales{
	display: block;
	right: 0px;
	position: fixed;
	top: 40%;
	width: 60px;
	height: 100px;
	z-index: 999;
}

.social{
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	background-size: 30px auto;
	background-repeat: no-repeat;
	background-position: center;
	-webkit-transition: all ease-out .3s;
	-o-transition: all ease-out .3s;
	transition: all ease-out .3s;
}



#facebook{
	background-color: rgb(63,90,160);
	background-image: url(../images/facebook.png);
}

#twitter{
	background-color: rgb(69,185,230);
	background-image: url(../images/twitter.png);
}

#linkedin{
    background-color: rgb(44,113,180);
    background-image: url(../images/linkedin.png);
}

#instagram{
    background-color: rgb(229,105,105);
    background-image: url(../images/instagram.png);
}

.social:hover {
  width: 55px;
}

.logos-contacto .division{
		    bottom: 23px !important;
	}

@media only screen and (max-width: 1024px) {

	.seccion-descargas .columna50 {
	    width: 90% !important;
	    margin-left: 5% !important;
	}

	#large-header{
		    display: none;
	}
	#cuadroD{
		width: 85%;
		left: 7.5%;
	}

	.items li {
	    width: calc(50% - 10px) !important;
	    margin: 0px 5px 40px 5px;
	}


	.division-solucion{
		display: none;
	}

	#pie{
		    height: 160px;
	}

	#pie .mitad{
		    width: 100%;
		    text-align: center;
	}

	#pie .mtop18{
		margin-top: 0px !important;
	}

}


@media only screen and (max-width: 812px) {


    .fraseC{
            width: 100%;
        left: 0px;
        top: 9%; 
    }

	#menuTouch{
		display: none !important;
	}

	.menu-normal{
		display: none;
	}

	#menu{
		display: block;
	}

	#logoIn{
		left: 50%;
    	margin-left: -167px;
	}

	.items li {
	    width: 80% !important;
	    margin-left: 10%;
	}

	.textoTituloP {
    margin-left: 7.5% !important;
    width: 85%;
	}

	.textoTituloP h1{
		    font-size: 3em;
    		margin-top: 70px;
	}

}

@media only screen and (max-width: 768px) {

    .remodal-close{
        right: 6%;
    }

    .remodal img {
        width: 90% !important;
    }

	.familia-productos li {
		    width: calc(50% - 40px);
		        height: 330px;
	}

	.noticia {
    	width: 90%;
    	height: 350px;
    	margin: 2% 5%;
	}


	#socios{
		width: 95%;
	}


	
	.logos-clientes img {
	    width: 38%;
	    margin: 1% 6%;
	}

	


	
	#principalB ul ul li a {
	    line-height: 1.4em;
	    margin: 10px 0px;
	}


	.socio-grande {
	    width: 80% !important;
	    margin-left: 10% !important;
	}

	.socio{
		width: 48%;
	}

	.img-sobrenosotros{
		width: 80%;
	}

	.medida{
		width: 90%;
	}

	#pie .mitad p{
		line-height: 20px;
	}

	h1{
		font-size: 2.5em !important;
	}

	h2 {
    	font-size: 2.1em;
	}
	#trainguloI, #trainguloD{
		display: none;
	}

	.cincologos{
		padding-top: 55px;
	}
 	.cincologos .logoSocio{
 		    height: 70px;
 	}

	#cuadroD{
		width: 90%;
		left: 5%;
	}

}


@media only screen and (max-height: 731px) {
    .remodal-wrapper .remodal{
           margin-top: 3%; 
    }
}


@media only screen and (max-width: 568px) {
	#contacto .columna50{
		    width: 90%;
    		margin-left: 5%;
	}
}


@media only screen and (max-height: 520px) {
    .remodal img {
        width: 40% !important;
    }
}

@media only screen and (max-width: 414px) {



    .remodal-close{
        right: 2%;
    }

    .remodal img {
        width: 95% !important;
    }


	.familia-productos li {
	    width: calc(100% - 40px);
	    height: 270px;
	}

	
	.noticia {
	    width: 100%;
	    height: 270px;
	    margin: 2% 0px;
	}

	.tituloNoticia h1{
		font-size: 1.5em !important;
	}

	.distribuidor
	{
		    width: 90%;
		    margin-left: 5%;
	}

	#leyendaMapa{
		left: 0px;
    	top: -140px;
	}

	#mapaD{
		    margin-top: 150px;
	}

	.titulosC h1 {
	    margin: 22px 10px;
	    font-size: 2em !important;
	}

	.columna-descargas {
	    width: 100% !important;
	    margin-left: 0% !important;
	}


	.fraseC {
		    width: 80%;
    	left: 10%;
	}

	#newsletter input[type="email"] {
    	width: 100%;
	}

	.logos-clientes img {
	    width: 80%;
	    margin: 3px 10%;
	}


	

	.socio {
	    width: 100% !important;
	}

	.socio-centrado {
	    margin-left: 0px !important;
	}

	.inf-contacto {
	    width: 100%;
	    float: left;
	    margin-top: 43px;
	}


	.logos-contacto {
    	width: 100%;
    	border-bottom: #beb136 solid 1px;
	}


	.logos-cant3 .logoSocio {
    	width: 47% !important;
	}


	.padding {
	    padding: 10px;
	}

}


@media only screen and (max-height: 375px) {
	#tapaS .fraseS h1{
		margin: 30px 0px 10px;
	}

	#ir-servicios{
		    margin: 12px auto;
    		padding: 9px 12px;
	}

	#mapa {
    height: 270px;
	}
}

@media only screen and (max-width: 375px) {

	#contacto .columna50{
		    width: 100%;
    		margin-left: 0px;
	}


	.distribuidor-email{
		display: block;
	}
	#pie{
		height: 150px;
	}

	h1{
	    font-size: 2em !important;
	}

	h3 {
	    font-size: 17px;
	}


}
