@font-face {
  font-family: 'Trueno';
  font-style: normal;
  font-weight: 400;
  src:
    local("Trueno"),
    url("../fonts/Trueno.woff2") format("woff2"),
    url("../fonts/Trueno.woff") format("woff"),
    url("../fonts/Trueno.ttf") format("truetype");
}
@font-face {
  font-family: 'TruenoBlk';
  font-style: bold;
  font-weight: 900;
  src:
    local("TruenoBlk"),
    url("../fonts/TruenoBlk.woff2") format("woff2"),
    url("../fonts/TruenoBlk.woff") format("woff"),
    url("../fonts/TruenoBlk.ttf") format("truetype");
}
@font-face {
  font-family: 'CandideCondensed';
  font-style: italic;
  font-weight: 400;
  src:
    local("CandideCondensed"),
    url("../fonts/CandideCondensedExtraBoldIt.woff2") format("woff2"),
    url("../fonts/CandideCondensedExtraBoldIt.woff") format("woff"),
    url("../fonts/CandideCondensedExtraBoldIt.ttf") format("truetype");
}
html{
	scroll-behavior: smooth;
}
*{
	margin:0;
}
body{
	overflow-x:hidden;
}
.candal{
  font-family: "Candal", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.candideCondensed{
	font-family: 'CandideCondensed';
}
.trueno{
	font-family: 'Trueno';
}
.truenoBlk{
	font-family: 'TruenoBlk';
}
h1,h2,h3,h4,h5{
	padding:0;
}
.container{
	position:relative;
	float:left;
	width:100%;
}
.in{
	position:relative;
	float:left;
	width:90%;
	left:5%;
}
.in-2{
	position:relative;
	float:left;
	width:95%;
	left:2.5%;
}
.in-3{
	position:relative;
	float:left;
	width:98%;
	left:1%;
}
.mar-80{
	margin-top:60px;
	margin-bottom:60px;
}
.mar-60{
	margin-top:100px;
	margin-bottom:100px;
}
.mar-40{
	margin-top:40px;
	margin-bottom:40px;
}
.mar-30{
	margin-top:30px;
	margin-bottom:30px;
}
.mar-20{
	margin-top:20px;
	margin-bottom:20px;
}
.mar-10{
	margin-top:10px;
	margin-bottom:10px;
}
.txt-cnt{
	text-align:center;
}
.txt-rig{
	text-align:right;
}
.txt-jus{
	text-align:justify;
	font-size:20px;
}
#header{
	background-color:#000000;
}
.logo{
	position:relative;
	float:left;
	width:30%;
}
.logo img{
	max-width:100%;
	width:150px;
}
.menu{
	position:relative;
	float:left;
	width:70%;
}
.menu a{
	color: white;
    text-decoration: none;
    font-family: 'Trueno';
    font-size: 17px;
    margin-left: 50px;
	
}
.menu a:before {
  position: relative;
  background-color: #00f064;
  content: "";
  
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  transition: all 300ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.menu a:hover:before {
	color: #00f064;
    width: 23px;
    top: 40px;
}
#banner{
	background-color:#000000;
	background-image:url('../imagenes/banner_2.png');
	background-position:right;
	color:black;
	background-repeat:no-repeat;
	background-size: cover;
}
#banner h1{
	font-size:57px;
}
#banner h2{
	font-size: 64px;
}
#banner p{
	margin-top: 17px;
    font-size: 25px;
}
.col60{
	position:relative;
	float:left;
	width:60%;
}
.col40{
	position:relative;
	float:left;
	width:40%;
}
#agencia{
	background-color:#000000;
	color:white;
}
#agencia h1{
	font-size: 60px;
}
#agencia h2{
	font-size: 40px;
}
.col50{
	position:relative;
	float:left;
	width:50%;
}
#servicios{
	background-color:#ededec;
	color:black;
}
#servicios h1{
	font-size:50px;
	margin-bottom:20px;
}
#servicios p{
	font-size: 48px;
}
.col33{
	position:relative;
	float:left;
	width:33.33%;
}
.cuadro{
	background: white;
    width: 100%;
    border-left: 7px solid #31fe01;
    border-radius: 7px;
	color:#4d4d4d;
	font-size: 18px;
	overflow: hidden;
	min-height: 275px;
	max-height: 285px;
}
.cuadro h3{
    font-size: 24px;
}
.parragh{
	position:relative;
	width:100%;
	z-index:10;
}
.tit{
	position: relative;
	z-index:10;
	color:black;
}
.content {
    background-color: #31fe01;
    text-align: center;
    height: 295px;
    right: 365px;
    position: relative;
    z-index: 9;
	transition: right 0.7s ease 0s;
}

.cuadro:hover .content{
	right:120px;
} 


.icono{
	position: absolute;
    right: 0;
    top: 0px;
}
.icono img{
	width:112px;
	height:106px;
}
#portafolio{
	background-color:#000000;
	color:white;
}
#portafolio h1{
	font-size: 60px;
}
.col-33{
	position:relative;
	float:left;
	width:33.33%;
	margin-top:20px;
	margin-bottom:20px;
}
.col-33 img{
	max-width:100%;
}
.portafolio{
	/*background-color:white;*/
	border-radius: 20px;
}
.blu{
	background-color:#111e58;
}
#metodologia{
	background-color:#ededec;
}
#metodologia h1{
	font-size: 50px;
	margin-bottom:20px;
}
.col20{
	position:relative;
	float:left;
	width:20%;
}
.col20 h2{
	position: relative;
    top: 15px;
    left: 45px;
    font-size: 25px;
    margin-bottom: 16px;
}
.numero{
	position:absolute;
}
#contacto{
	background-color:#000000;
	color:white;
}
#contacto h1{
	font-size: 65px;
	margin-bottom:15px;
	font-weight:100;
}
.f18{
	font-size: 23px;
}
.glow{
	color:#31fe01;
}
.formulario{
	background-color:#31ff00;
	border-radius: 28px;
}
.inp{
	width: 98%;
    padding: 0px;
    margin: 0;
    border: 1px solid white;
    font-size: 22px;
    padding-left: 8px;
    padding-top: 9px;
    padding-bottom: 9px;
    border-radius: 20px;
	outline:0;
	margin-bottom:20px;
	font-family: 'Trueno';
}
.ara{
	resize:none;
	font-family: 'Trueno';
}
.cl50{
	position:relative;
	float:left;
	width:50%;
}
.contenedor_redondo{
	background-color:#333333;
	font-size: 33px;
	border-radius: 40px;
	margin-bottom:20px;
    margin-top: 10px;
}
.icon{
	font-size: 55px !important;
}
.lf{
	left:7%;
}
.send{
	background: black;
    color: white;
    border: 1px solid black;
    font-size: 22px;
    padding-top: 9px;
    padding-bottom: 9px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
}
#footer{
	background-color:#000000;
	color:white;
}
.col35{
	position:relative;
	float:left;
	width:35%;
}
.col65{
	position:relative;
	float:left;
	width:65%;
}
.c33{
	position:relative;
	float:left;
	width:33.33%;
	font-size: 20px;
}
.c33 a{
	text-decoration:none;
	color:white;
}
.c33 a:hover{
	color:#31e407;
}
.f20{
	font-size:35px;
}
.lnk{
	font-size:19px;
	color:white;
	text-decoration:none;
}
.lnk:hover{
	color:#31e407;
}
.redes{
	color: white;
    margin-left: 12px;
    margin-right: 12px;
	font-size: 25px;
}
.redes:hover{
	color:#31e407;
}
button.accordion {
    background-color: #000;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
}

button.accordion.active, button.accordion:hover {
    background-color: #000;
}

button.accordion:after {
    /*content: '\002B';*/
    color: white;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    /*content: "\2212";*/
}

div.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color:white;
	text-align:left
}
.panel button{
	width:100%;
	text-align: left;
    font-size: 19px;
    border: none;
    background: black;
    color: white;
	padding-top:10px;
	padding-bottom:10px;
}
.panel button:hover{
	background: #31e407;
    color: white;
    border: 1px solid #31e407;
}
.resp{
	display:none;
}
.f19{
	font-size: 19px;
    margin-top: 25px;
}
.btn-grn{
    font-size: 17px;
    background: #31fe01;
    font-weight: bold;
    border: 1px solid #31fe01;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: -10px;
    border-radius: 6px;
}
.btn-grn:hover{
	background-color:black;
	color:#31fe01;
}
#botonverde:before {
	height:0px !important;
}
.noresp{
	text-align:right;
}
@media screen and (max-width: 1225px){
	#contacto h1 {
		font-size: 50px;
	}
	.contenedor_redondo {
		font-size: 29px;
	}
}
@media screen and (max-width: 1195px){
	.f20 {
		font-size: 30px;
	}
}
@media screen and (max-width: 1170px){
	.col20{
		width:33.33%;
		min-height: 140px;
	}
}
@media screen and (max-width: 1120px){
	.logo{
		width:25%;
	}
	.menu{
		width:75%;
	}
}
@media screen and (max-width: 1090px){
	#agencia h1 {
		font-size: 40px;
	}
	#agencia h2 {
		font-size: 30px;
	}
	#servicios h1 {
		font-size: 40px;
		margin-bottom: 20px;
	}
	#servicios p {
		font-size: 25px;
	}
}
@media screen and (max-width: 1060px){
	.col33{
		width:50%;
	}
}
@media screen and (max-width: 1050px){
	.logo{
		width:100%;
		text-align:center;
	}
	.menu{
		width:100%;
	}
	.menu a{
		position: inherit; 
		float: inherit; 
		
	}
	.menu a:before{
		height:0;
	}
	.noresp{
		display:none;
	}
	.resp{
		display:block;
		color:white;
	}
	.resp i{
		font-size:20px !important;
	}

}
@media screen and (max-width: 1000px){
	.col50{
		width:100%;
	}
}
@media screen and (max-width: 990px){
	.col35{
		width:100%;
	}
	.col65{
		width:100%;
	}
	.c33 {
		font-size: 17px;
	}
}
@media screen and (max-width: 840px){
	.col33{
		width:100%;
	}
	.col20{
		width:50%;
		
	}
}
@media screen and (max-width: 770px){
	.col-33{
		width:50%;
	}
	.col60{
		width:100%;
	}
	.col40{
		width:100%;
	}
	#banner p {
		margin-top: 15px;
		font-size: 23px;
	}
	.mar-60{
		margin-top: 20px;
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 730px){
	#contacto h1 {
		font-size: 50px;
	}
	.contenedor_redondo {
		font-size: 22px;
	}
	#banner{
		background-position: top;
	}
}
@media screen and (max-width: 650px){
	#banner h1 {
		font-size: 40px;
	}
	#banner h2 {
		font-size: 35px;
	}
	.c33{
		width:100%;
		margin-bottom:20px;
	}
	.c33 > .in{
		width:100%;
		left:0;
	}
	.inp{
		font-size: 19px;
	}
}
@media screen and (max-width: 630px){
	.col20{
		width:100%;
		min-height:auto;
	}
}
@media screen and (max-width: 500px){
	.col-33{
		width:100%;
	}
}