.montserrat-200 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.montserrat-400 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.montserrat-600 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: bold;
}
.montserrat-800 {
  font-family: "Montserrat", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: bold;
}
*{
	margin:0;
	 scroll-behavior: smooth;
	 font-family: "Montserrat", serif;
}
body{
	overflow-x:hidden;

}
.container{
	position:relative;
	float:left;
	width:100%;
}
.mar-10{
	margin-top:10px;
	margin-bottom:10px;
}
.mar-20{
	margin-top:20px;
	margin-bottom:20px;
}
.mar-30{
	margin-top:30px;
	margin-bottom:30px;
}
.mar-40{
	margin-top:40px;
	margin-bottom:20px;
}
.txt-cnt{
	text-align:center;
}
.txt-rig{
	text-align:right;
}
.in{
	position:relative;
	float:left;
	width:90%;
	left:5%;
}
.in-2{
	position:relative;
	float:left;
	width:95%;
	left:2.5%;
}
#header{
	background-color:#000002;
	color:white;
}
.logo{
	position:relative;
	float:left;
	width:50%;
}
.logo img{
	max-width:100%;
	width:200px;
}
.telefono{
	position:relative;
	float:left;
	width:50%;
}

.whatsapp {
    position: fixed;
    right: 20px;
    z-index: 999;
    bottom: 20px;
}
.col50{
	position:relative;
	float:left;
	width:50%;
}
.principal{
	position:relative;
	float:left;
	width:100%;
}
.foto_mini{
	position:relative;
	float:left;
	width:20%;
}
.foto_mini img{
	height:76px;
	width:100%;
}
.titulo{
	color:white;
	margin-bottom:10px;
}
.gry{
	background-color:#b1b1b3;
	min-height:160px;
}
.rd{
	background-color:#ed352a;
	min-height:160px;
}
.col25{
	position:relative;
	float:left;
	width:25%;
}
.inp{
	width:100%;
	font-size:16px;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#f1f1f1;
	border:none;
	margin-top:5px;
	margin-bottom:5px;
}
.brdr{
	border:2px solid gainsboro;
}
.btn-send{
	background-color:#20e27c;
	color:white;
	font-size:20px;
	border:1px solid #20e27c;
}
#footer{
	background-color:#000002;
	color:white;
	font-size:small;
}
#footer a{
	color:white;
	text-decoration:none;
	margin-left:10px;
	margin-right:10px;
}
.col-25{
	position:relative;
	float:left;
	width:20%;
	text-align:center;
}
.col-25 img{
	max-width:160px;
}
.col-75{
	position:relative;
	float:left;
	width:80%;
}
@media screen and (max-width: 1195px){
	.titulo{
		font-size: 19px;
	}
}
@media screen and (max-width: 1160px){
	.col-25{
		width:100%;
	}
	.col-75{
		width:100%;
		text-align:center;
	}
	.mar-40{
		margin-top: 10px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 1090px){
	.col25{
		width:50%;
		margin-bottom:20px;
	}
}
@media screen and (max-width: 1000px){
	.col50{
		width:100%;
	}
}
@media screen and (max-width: 630px){
    .logo{
        width:100%;
        text-align:center;
    }
    .logo img{
        max-width:150px !important;
    }
    .telefono{
        width:100%;
        font-size:13px;
    }
    .telefono > .txt-rig{
        text-align:center;
    }
}
@media screen and (max-width: 560px){
	.col25{
		width:100%;
	}
}