
/*@import url('../fonts/helve/Helvetica/Helvetica.ttf');*/
/*@font-face {
  font-family: "helvetica normal";
  src: url('../fonts/helve/Helvetica/Helvetica.ttf');
}*/
@font-face {
  font-family: "helvetica ultralight";
  src: url('../fonts/HelveticaNeue-UltraLight.otf');
}

@font-face {
  font-family: "helvetica light";
  src: url('../fonts/HelveticaNeue-Light.otf');
}

@font-face {
  font-family: "helvetica medium";
  src: url('../fonts/HelveticaNeue-Medium.otf');
}
/*@font-face {
  font-family: "helvetica bold";
  src: url('../fonts/helvetica-bold.otf');
}


@font-face {
  font-family: "Mystery Quest";
  src: url('../fonts/bubbleboddyneue-regular trial.ttf');
}

@font-face {
  font-family: "Calibri bold";
  src: url('../fonts/calibri-bold.ttf');
}

@font-face {
  font-family: "Calibri light";
  src: url('../fonts/calibril.ttf');
}*/

/*@font-face {font-family: "Acumin Variable Concept"; src: url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.eot"); src: url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.woff") format("woff"), url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/066ce24dae3730ed6c648b09efaea93a.svg#Acumin Variable Concept") format("svg"); }*/


.contorno{
	border: 1px solid dimgray;
}
/*
#imagenes img{
		border: 1px solid dimgray;	
		padding:0;
		margin: 0;
}*/
/*
#imagenes{
	padding: 0;
	margin: 0;
}*/

.contenedorimagen{
	padding: 0;
}



#infoizq .socilamedia ul li{
list-style: none;
}

.sinbordesocialmedia{
	border: none;
}



#infoizq .socilamedia img{
	width: 25px;
	height: 25px;
}

.list-group-item{
	padding: 5px;
}



#textodescripcion{
	color: #A6C613;

	font-family: "helvetica light";
}
#textodescripcionme{
	color: #A6C613;
		font-size: 48px;
	font-family: "helvetica medium";
}
#textodescripcionul{
	color: #A6C613;
		font-size: 48px;
	font-family: "helvetica ultralight";
}
.textocontacto{
		color: #808080;
	
	font-family: "helvetica medium";
}

/*.padd{
	padding-bottom: 10px !important;
}*/
/*
#infoizq{
	margin-top: -10;
}*/

@media (min-width:1500px) {
	#infoizq .socilamedia {
		padding-bottom: 40px;
	}
	#infoizq .imagehorizon{
		padding-bottom: 40px;
	}
	#infoizq .descripcionportada{
		padding-bottom: 50px;
	}
	#infoizq .contactotitulo{
		padding-bottom: 30px;
	}

	#textodescripcion{
		font-size: 48px;
	}

	.textocontacto{
		font-size: 29px;
	}


}


@media (min-width:1200px) and (max-width:1499px){
	#infoizq .socilamedia {
		padding-bottom: 25px;
	}
	#infoizq .imagehorizon{
		padding-bottom: 25px;
	}
	#infoizq .descripcionportada{
		padding-bottom: 35px;
	}
	#infoizq .contactotitulo{
		padding-bottom: 15px;
	}
	#textodescripcion{
		font-size: 38px;
	}

	.textocontacto{
		font-size: 23px;
	}

}

@media (min-width:900px) and (max-width:1199px){
	#infoizq .socilamedia {
		padding-bottom: 25px;
	}
	#infoizq .imagehorizon{
		padding-bottom: 25px;
	}
	#infoizq .descripcionportada{
		padding-bottom: 35px;
	}
	#infoizq .contactotitulo{
		padding-bottom: 15px;
	}
	#textodescripcion{
		font-size: 38px;
	}

	.textocontacto{
		font-size: 23px;
	}
	
}

@media (min-width:750px) and (max-width:899px){
	#infoizq .socilamedia {
		padding-bottom: 25px;
	}
	#infoizq .imagehorizon{
		padding-bottom: 25px;
	}
	#infoizq .descripcionportada{
		padding-bottom: 30px;
	}
	#infoizq .contactotitulo{
		padding-bottom: 15px;
	}
	#textodescripcion{
		font-size: 30px;
	}

	.textocontacto{
		font-size: 20px;
	}
}

@media (min-width:576px) and (max-width:749px){
	#infoizq .socilamedia {
		padding-bottom: 10px;
	}
	#infoizq .imagehorizon{
		padding-bottom: 10px;
	}
	#infoizq .descripcionportada{
		padding-bottom: 20px;
	}
	#infoizq .contactotitulo{
		padding-bottom: 10px;
	}
	#textodescripcion{
		font-size: 28px;
	}

	.textocontacto{
		font-size: 15px;
	}
}

@media (max-width:575px){
		#infoizq .socilamedia {
		padding-bottom: 25px;
		padding-top: 30px;
	}
	#infoizq .imagehorizon{
		padding-bottom: 25px;
	}
	#infoizq .descripcionportada{
		padding-bottom: 25px;
	}
	#infoizq .contactotitulo{
		padding-bottom: 15px;
	}

	.telefonoycorreo{
		padding-bottom: 40px;
	}
	#textodescripcion{
		font-size: 30px;
	}

	.textocontacto{
		font-size: 17px;
	}

}


@charset "UTF-8";
/*!
 * ImageHover.css - http://www.imagehover.io
 * Version 1.0
 * Author: Ciarán Walsh

 * Made available under a MIT License:
 * http://www.opensource.org/licenses/mit-license.php

 */
[class^='imghvr-'], [class*=' imghvr-'] {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    background-color: #2266a5;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

[class^='imghvr-'] > img, [class*=' imghvr-'] > img {
    vertical-align: top;
    max-width: 100%;
}

[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
    background-color: #135796;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}


[class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before,
[class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after,
[class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before,
[class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after {
    box-sizing: border-box;
    transition: all .65s ease;
}



.imghvr-flip-vert figcaption {
    -webkit-transform: rotateY(90deg);
            transform: rotateY(90deg);
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%;
}

.imghvr-flip-vert:hover > img {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
}

.imghvr-flip-vert:hover figcaption {
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
}


#backpropuestas{
	background: linear-gradient(90deg, rgba(2,0,36,0.9164040616246498) 0%, rgba(9,9,121,0.8407738095238095) 35%);
	min-height: 2000px;
}


#backpropuestas a{
	text-decoration: underline;
	color: white;
	margin-top:40px;
	margin-bottom: 40px;
}

#backpropuestas a h2{
text-align: center;
	margin-top:40px;
	margin-bottom: 40px;
}


#backpropuestas  h1{
text-align: center;
	margin-top:40px;
	margin-bottom: 40px;
	color: #F0FFFF;
	font-weight: bolder;
}