*{
	font-family: 'ITCAvantGardeStd';
	scroll-behavior: smooth;
	font-display: auto;
}
@font-face {
  font-family: 'ITCAvantGardeStd';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src:
    local("ITCAvantGardeStd"),
    url("../fonts/ITCAvantGardeStd-Bk.woff2") format("woff2"),
    url("../fonts/ITCAvantGardeStd-Bk.woff") format("woff"),
    url("../fonts/ITCAvantGardeStd-Bk.ttf") format("truetype");
}
@font-face {
  font-family: 'ITCAvantGardeStdBold';
  font-style: bold;
  font-weight: 900;
  font-display: auto;
  src:
    local("ITCAvantGardeStdBold"),
    url("../fonts/ITCAvantGardeGothicStdDemi.woff2") format("woff2"),
    url("../fonts/ITCAvantGardeGothicStdDemi.woff") format("woff"),
    url("../fonts/ITCAvantGardeGothicStdDemi.ttf") format("truetype");
}
body{
	margin:0;
	padding:0;	
}
h1,h2,h3,h4,h5{
	 font-family: 'ITCAvantGardeStdBold';
}

.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%;
}
.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;
}
.mar-15{
	margin-top:15px;
	margin-bottom:15px;
}
.mart-20{
	margin-top:20px;
}
.txt-cnt{
	text-align:center;
}
.txt-rig{
	text-align:right;
}
.txt-jus{
	text-align:justify;
}
.txt-lft{
	text-align:left;
}
#header{
	background-color:#192a40;
}
.logo{
	width:25%;
	position:relative;
	float:left;
}
.logo img{
	max-width:100%;
}
.menu{
	width:75%;
	position:relative;
	float:left;
}
.content-menu{
	width:80%;
	position:relative;
	float:left;
}
.whats-menu{
	width:20%;
	position:relative;
	float:left;
}
.whats{
	background-color: #6bdc39;
    color: white;
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 28px;
    border: none;
    padding-left: 15px;
    padding-right: 15px;
}
.whats:hover{
	background-color:black;
	color:white;
	transition: all 0.6s;
}
.navegacion-responsivo {
    display: none;
}
button.accordion {
    background-color: #192a40;
    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: #192a40;
}

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
}
.btn-menu{
	background-color: #192a40;
    border: 1px solid #192a40;
    font-size: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
	color:white;
}
.btn-menu:hover{
	border: 1px solid white;
	color:white;
	transition: all 0.6s;
}
.menuresp{
	background-color: #192a40;
    border: 1px solid #192a40;
    width: 100%;
    text-align: left;
    color: white;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.menuresp:hover{
	    border: 1px solid #fff;
}
#banner{
	color:white;
	background-image:url('../imagenes/banner_sin.png');
	min-height:400px;
}
#banner h1{
	font-size: 64px;
    text-shadow: 1px 1px 2px black;
    margin-top: 100px;
    margin-bottom: 20px;
}
.llamar{
	background-color: #ff1515;
    color: white;
    font-size: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 28px;
    border: none;
    padding-left: 22px;
    padding-right: 22px;
	cursor:pointer;
}
.whasapp{
	background-color: #6bdc39;
    color: white;
    font-size: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius: 28px;
    border: none;
    padding-left: 22px;
    padding-right: 22px;
	cursor:pointer;
}
.col50{
	position:relative;
	float:left;
	width:50%;
}
.big{
	font-size: 40px !important;
    font-weight: bolder;
    line-height: 0px;
}
.parrafo{
	color:#192a40;
	font-size:25px;
}
.col33{
	position:relative;
	float:left;
	width:33.33%;
}
.cuadro{
	background-color:#192a40;
	color:white;
	text-align:center;
	border-radius: 18px;
	transition: transform 1s; /* Animation */
	transform: scale(0.9);
}
.cuadro:hover{
	transform: scale(1.1);
}
.middle{
	transform: scale(1.1);
}
.ajustec33{
	position:relative;
	float:left;
	width:16.66%;
	height:1px;
}
.cl33{
	position:relative;
	float:left;
	width:33.33%;
}
.recuadro{
	border:3px solid #af884f;
	border-radius:20px;
	min-height:340px;
	margin-bottom:25px;
}
.recuadro h3{
	margin-top:10px;
}
.numero{
	background-color: #af884f;
    border: 1px solid #af884f;
    color: white;
    border-radius: 50%;
    font-size: 24px;
    position: absolute;
    left: 20px;
    width: 35px;
    height: 35px;
    top: 20px;
    line-height: 35px;
}
#preguntas_frecuentes{
	background-color:#192a40;
	color:white;
	padding-bottom:30px;
}
.collapsible {
	background-color: #192a40;
    border: 1px solid white;
    color: white;
    cursor: pointer;
    padding: 30px;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 21px;
    margin-bottom: 20px;
}

.active, .collapsible:hover {
  background-color: #589cb2;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  margin-top: -20px;
  margin-bottom: 20px;
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #192a40;
  border:1px solid white;
}
#footer{
	background-color: #192a40;
    color: white;
}
.c25{
	position:relative;
	float:left;
	width:33.33%;
}
@media screen and (max-width: 1270px){
	.btn-menu {
		font-size: 17px;
	}
}
@media screen and (max-width: 1148px){
	.logo{
		width:20%;
	}
	.menu{
		width:80%;
	}
	.col50{
		width:100%;
		margin-bottom:30px;
	}
	.col50 img{
		max-width:400px;
		width:100%;
	}
}
@media screen and (max-width: 1110px){
	.c25{
		width:50%;
		min-height: 200px;
	}
}
@media screen and (max-width: 1075px){
	.logo{
		width:100%;
		text-align:center;
	}
	.menu{
		width:100%;
	}
	.content-menu{
		width:100%;
	}
	.navegacion{
		width:100%;
		text-align:center;
	}
	.whats-menu{
		width:100%;
		text-align:center;
	}
	.whats-menu > .mar-30{
		margin-top:10px;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 860px){
	.cl33{
		width:50%;
	}
	.ajustec33{
		display:none;
	}
}
@media screen and (max-width: 750px){
	.col33{
		width:100%;
		margin-bottom:40px;
	}
}
@media screen and (max-width: 695px){
	.navegacion{
		display:none;
	}
	.navegacion-responsivo {
        display: block;
    }
	#menuham{
		font-size:20px;
	}
}
@media screen and (max-width: 650px){
	.c25{
		width:100%;
		min-height:auto;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 640px){
	#banner h1 {
		margin-top: 100px;
		font-size: 40px;
	}
	.llamar {
		font-size: 20px;
		margin-bottom:20px;
	}
	.whasapp {
		font-size: 20px;
	}
}
@media screen and (max-width: 570px){
	.cl33{
		width:100%;
	}
}