@charset "utf-8";
/* CSS Document */
@import url(font-awesome.min.css);


body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
	background-color: #20232c;
	/*-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-family: var(--rubik);
	
	-webkit-overflow-scrolling:touch*/
}

/*
::-webkit-scrollbar{
	width:8px;height:8px
}
::-webkit-scrollbar-thumb{
	cursor:pointer;
	background:#e13452
}
::-webkit-scrollbar-thumb:active{
	background:#e13452
}
::-webkit-scrollbar-thumb:hover{
	background: #4bc24e;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}
::selection{
	background-color:#3e4095;
	color:#fff
}
-webkit-::selection{
	background-color:#e13452;
	color:#fff
}
::-moz-selection{
	background-color:#e13452;
	color:#fff;
}
::-webkit-scrollbar-track {
    background: #3e4095;
    
}
*/
.logosignos{
	padding-bottom: 30px;
	padding-top: 80px;
	text-align: center
}
.logosignoshome{
	padding-bottom: 10px !important;
	padding-top: 40px !important;
	width: 120px !important;
	height: 120px !important;
	align-content: center;
	align-items: center;
}
/*FOOTER*/
.footersocialtitulo{
	color: #ffffff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 13px;
	padding: 10px;
}
.footerpie{
	color: #7a89ab;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 14.3px;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 30px;
	line-height: 30px;
}
@media (max-width: 750px) {
  .footerpie {
    /* si es muy angosta, uno debajo del otro */
    padding-left: 40px;
	padding-right: 40px;
	  
  }
}
.footerpieemail{
	padding-top: 30px;
	padding-bottom: 60px
}
.footersocialpadre{
	width:1%;
	height:20px;
    display:flex;
    justify-content: space-around;
	padding-bottom: 60px
}
@media (max-width: 750px) {
  .footersocialpadre {
    /* si es muy angosta, uno debajo del otro */
    padding-bottom: 80px
	  
  }
}

.footersocial{
	color: #8891AD;
	font-size: 23px;
	cursor: pointer;
	height:20px;
	float:left;
	margin: 10px;
	
}
.footersocial:hover{
	color: #ffffff;
}


/*CONTENIDOS PRINCIPALES*/
.contenedorprincipal{
	display: flex;
    flex-flow: row;
	width: 100%;
	}	
.item {
	flex: 1 1 auto; 
	}

@media (max-width: 750px) {
  .contenedorprincipal {
    /* si es muy angosta, uno debajo del otro */
    flex-flow: column;
	  
  }
}







/* Start: Video Responsive */
.video-responsive {
    overflow:hidden;
    padding-bottom:400px; /* Adecua este valor para controlar la altura del video */
    position:relative;
    height:0;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}



/* Para tener un ancho máximo debemos de establecer el width del DIV.delimitador */
.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
	padding-top: 5%
}



.itemcontent {
  	/*background-color: RGB(0,0,0,0.5);*/
	height: 500px;
	margin: 0 auto;
	position: relative;
	display: flex;
  	justify-content: center;
  	align-items: center;
	border-right: 10px solid #20232c;
	border-top: 10px solid #20232c;
	border-bottom: 10px solid #20232c;
}

.itemcontent2 {
  	/*background-color: RGB(0,0,0,0.5);*/
	height: 500px;
	margin: 0 auto;
	position: relative;
	display: flex;
  	justify-content: center;
  	align-items: center;
	border-right: 10px solid #20232c;
	border-bottom: 20px solid #20232c;
}

.itemspot {
 	background-color: #2D2D2D;
	height: 500px;
	margin: 0 auto;
	position: relative;
	display: flex;
  	justify-content: center;
  	align-items: center;
	border-left: 10px solid #20232c;
	border-top: 10px solid #20232c;
	border-bottom: 10px solid #20232c;
}

.itemspot2 {
 	background-color: #2D2D2D;
	height: 500px;
	margin: 0 auto;
	position: relative;
	display: flex;
  	justify-content: center;
  	align-items: center;
	border-left: 10px solid #20232c;
	border-bottom: 20px solid #20232c;
}



.itempost {
  	background-color: #8C8C8C;
	height: 500px;
	margin: 0 auto;
	position: relative;
	display: flex;
  	justify-content: center;
  	align-items: center;
	border: 5px solid #20232c;
}

@media (max-width: 750px) {
  .itemcontent {
    /* si es muy angosta, uno debajo del otro */
    width: 100%;
	  border-top: 10px solid #20232c;
	border-bottom: 10px solid #20232c;
	  border-right: 0px solid #20232c;
  }
}
@media (max-width: 750px) {
  .itemcontent2 {
    /* si es muy angosta, uno debajo del otro */
    width: 100%;
	border-bottom: 10px solid #20232c;
	  border-right: 0px solid #20232c;
  }
}
@media (max-width: 750px) {
  .itemspot {
    /* si es muy angosta, uno debajo del otro */
    width: 100%;
	  border-top: 10px solid #20232c;
	border-bottom: 10px solid #20232c;
	  border-left: 0px solid #20232c;
  }
}
@media (max-width: 750px) {
  .itemspot2 {
    /* si es muy angosta, uno debajo del otro */
    width: 100%;
	border-top: 10px solid #20232c;
	border-bottom: 20px solid #20232c;
	  border-left: 0px solid #20232c;
  }
}
@media (max-width: 750px) {
  .itempost {
    /* si es muy angosta, uno debajo del otro */
    width: 100%;
	  border-top: 10px solid #20232c;
	border-bottom: 10px solid #20232c;
  }
}
.titutlohablemos{
	font-size: 48px;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #ffffff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-align: center;
	margin-top: 1px;
	padding-bottom: 22px;
	padding-top: 5px;	
}
.espaciotitulohablemos{
	padding-bottom: 10px;
	padding-top: 60px
}
.espaciolineaseparadorahablemos{
	padding-bottom: 40px;
	padding-top: 30px
}
.espacioformulario{
	padding-bottom: 100px;
	padding-left: 20px;
	padding-right: 20px
}
.titutloproyectos{
	font-size: 30px;
	letter-spacing: 0px;
	line-height: 1.6;
	color: #ffffff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-align: center;
	margin-top: 1px;
	padding-bottom: 30px;
	padding-top: 10px;	
}
.espaciotituloproyecto{
	padding-bottom: 50px;
	padding-top: 40px
}
.subtitutloproyectos{
	font-size: 14px;
	letter-spacing: 1px;
	line-height: 1.6;
	color: #ffffff;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
	margin-top: 1px;
	padding-bottom: 10px;
	padding-top: 5px;	
}
.lineaseparadora{
	background:#ffffff;
	height:1px;
	width:7%;
}
.espaciolineaseparadora{
	padding-bottom: 0px;
	padding-top: 36px
}

@media (max-width: 750px) {
  .lineaseparadora {
    /* si es muy angosta, uno debajo del otro */
    width: 30%;
  }
}

.titulopestanas{
	font-size: 41px !important;
	letter-spacing: 3px !important;
	color: #ffffff;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
	font-weight: bold;
	text-align: center;
	margin-top: 1px;
	padding-bottom: 22px !important;
	padding-top: 55px !important;
	
}
@media (max-width: 750px) {
  .titulopestanas {
    /* si es muy angosta, uno debajo del otro */
    font-size: 35px !important;
  }
}

.botontrabajos{
	font-size: 18px;
	cursor: pointer;
	letter-spacing: 0px;
	color: #fa225b;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
	height: 38px;
    width: 150px;
	text-align: center;
}
.espaciotitulotrabajos{
	padding-bottom: 110px;
	padding-top: 60px
}

.botontrabajos:hover{
	color: #ffffff;
}
.botontrabajos a{
	color: #20232c;
	text-decoration: none; 
}
.botontrabajos:p{
	color: #fa225b;
}

.tituloitem{
	font-size: 25px;
	letter-spacing: 5px;
	color: #ffffff;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
	font-weight: bold;
	text-align: center;
	margin-top: 1px;	
}

.titulover{
	font-size: 18px;
	etter-spacing: 4px;
	color: #ffffff;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', 'DejaVu Sans', Verdana, 'sans-serif';
	font-weight: bold;
	text-align: center;
	margin-top: 2px;
	
}
@media (max-width: 750px) {
  .titulover {
    /* si es muy angosta, uno debajo del otro */
    font-size: 18px !important;
  }
}
.botonver{
	cursor: pointer;
	border: 4px solid #ffffff;
    background-color: transparent;
    height: 32px;
    width: 70px;
    color: #3498db;
    font-size: 1.4em;
    /*box-shadow: 0 6px 6px rgba(0, 0, 0, 0.6);*/
	position: absolute;
	top: 50%;
	left: 50%;
  	transform: translate(-50%, -50%);
  	/*margin: -25px 0 0 -25px;*/
	z-index: 3
}
.botonver:hover{
	border: 5px solid #000000;

}
.titulover:hover{
	color: #000000;

}

.botonitem{
	cursor: pointer;
	border: 5px solid #ffffff;
    background-color: transparent;
    height: 38px;
    width: 170px;
    color: #3498db;
    font-size: 1.5em;
    /*box-shadow: 0 6px 6px rgba(0, 0, 0, 0.6);*/
	position: absolute;
	top: 50%;
	left: 50%;
  	transform: translate(-50%, -50%);
  	/*margin: -25px 0 0 -25px;*/
	z-index: 2
}

.botonitem2{
	cursor: pointer;
	border: 5px solid #ffffff;
    background-color: transparent;
    height: 38px;
    width: 110px;
    color: #3498db;
    font-size: 1.5em;
    /*box-shadow: 0 6px 6px rgba(0, 0, 0, 0.6);*/
	position: absolute;
	top: 50%;
	left: 50%;
  	transform: translate(-50%, -50%);
  	/*margin: -25px 0 0 -25px;*/
	z-index: 3
}
.botonitem3{
	cursor: pointer;
	border: 5px solid #ffffff;
    background-color: transparent;
    height: 38px;
    width: 180px;
    color: #3498db;
    font-size: 1.5em;
    /*box-shadow: 0 6px 6px rgba(0, 0, 0, 0.6);*/
	position: absolute;
	top: 50%;
	left: 50%;
  	transform: translate(-50%, -50%);
  	/*margin: -25px 0 0 -25px;*/
	z-index: 3
}

.botonitem:hover{
	border: 5px solid #000000;

}
.botonitem2:hover{
	border: 5px solid #000000;

}
.botonitem3:hover{
	border: 5px solid #000000;

}
.tituloitem:hover{
	color: #000000;

}


.rs-dotted {
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
 	left: 0px;
    z-index: 2;
    display: block;
    pointer-events: none;
}



@keyframes aparece-izquierda
{
    from { 
         transform: translateX(-20%); 
         opacity: 100;
            }
    to { 
         transform: translateX(0%); 
         opacity: 1;
            }
}
.efectovideos {
	/*animation: aparece-izquierda ease 1.5s backwards; */
	-webkit-transition: opacity 3s ease-in-out;
    -moz-transition: opacity 3s ease-in-out;
    -ms-transition: opacity 3s ease-in-out;
    -o-transition: opacity 3s ease-in-out;
     opacity: 1;
}
.transition {
    width: 33.3333333%;
    height: 700px;
    transition: width 1s, height 1s, margin 1s;
    margin: 50px auto 0;
}
.transition:hover{
    width: 37%;
    height: 750px;
    margin: 0 auto;
}
@media (max-width: 750px) {
  .transition {
    /* si es muy angosta, uno debajo del otro */
    width: 100%;
	height: 700px;
    transition: width 1s, height 1s, margin 1s;
    margin: 0px auto 0;
  }
}
@media (max-width: 750px) {
  .transition:hover {
    /* si es muy angosta, uno debajo del otro */
    width: 100%;
	height: 700px;
	margin: 0 auto;
  }
}


.tamanovideo{
	width: 100%;
	height: 510px;
}
@media (max-width: 750px) {
  .tamanovideo {
    /* si es muy angosta, uno debajo del otro */
    width: 100%;
	height: 260px;
  }
}
