h1,h2,h3,h4,h5{
	font-weight:bold;
}

.opensans-light {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: normal;
}

.opensans-regular {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: normal;
}

.opensans-medium {
  font-family: "Open Sans";
  font-weight: 500;
  font-style: normal;
}

.opensans-bold {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: normal;
}

.opensans-light-italic {
  font-family: "Open Sans";
  font-weight: 300;
  font-style: italic;
}

.opensans-regular-italic {
  font-family: "Open Sans";
  font-weight: 400;
  font-style: italic;
}

.opensans-medium-italic {
  font-family: "Open Sans";
  font-weight: 500;
  font-style: italic;
}

.opensans-bold-italic {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: italic;
}
html{
	scroll-behavior: smooth;
}
*{
	margin:0;
	padding:0;	
}
#principal{
	 background: linear-gradient(to bottom, #e0f7fa, #ffffff),
                        radial-gradient(circle at top left, rgba(255, 255, 255, 0.8), transparent 50%);
}
.container-max{
	position:relative;
	max-width:1400px;
	width:100%;
	margin:0 auto;
}
.container{
	position:relative;
	float:left;
	width:100%;
}
.in{
	position:relative;
	float:left;
	width:90%;
	left:5%;
}
.in-2{
	position:relative;
	float:left;
	width:98%;
	left:1%;
}
.in-3{
	position:relative;
	float:left;
	width:92%;
	left:4%;
}
#header{
	background-color:#f7f7f7;
}
.mar-menu{
	margin-top: 65px;
    margin-bottom: 20px;
}
.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;
}
.marb-5{
	margin-bottom:8px;
}
.marb-10{
		margin-bottom:10px;
}
.logo{
	position:relative;
	float:left;
	width:40%;
}
.logo img{
	max-width:100%;
	width: 250px;
}
#rdfb{
	text-decoration:none;
	margin-right: 0px;
    margin-left: 0px;
}
#rdin{
	text-decoration:none;
	margin-right: 0px;
    margin-left: 0px;
}
#rdtk{
	text-decoration:none;
	margin-right: 0px;
    margin-left: 0px;
}
.whats{
	position:relative;
	float:left;
	width:60%;
}
.whats a{
	color: #000;
    text-decoration: none;
    margin-right: 20px;
    margin-left: 20px;
	font-size:24px;
	transition: all 1s ease-out;
}
.whats a:hover{
	color:#7fa2d4;
	transition: all 0.5s ease-out allow-discrete;
}


.txt-cnt{
	text-align:center;
}
.txt-jus{
	text-align:justify;
}
.txt-rig{
	text-align:right;
}
#menu{
	background-color:#ffed00;
}
.btn-menu{
	background-color: #ffed00;
    border: 1px solid #ffed00;
    font-weight: bold;
    font-family: "Open Sans";
    font-size: 19px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
}
.btn-menu:hover{
	/*background-color:black;
	border: 1px solid black;
	color:white;*/
	transition: background-color 0.6s;
}
.col33{
	position:relative;
	float:left;
	width:33.33%;
	transition: transform 1s; /* Animation */
}
.col33 img{
	max-width:100%;
}
.col33:hover{
	transform: scale(1.1);
}
.btn-mas{
	background: black;
    color: white;
    padding: 15px 20px 15px 20px;
    font-size: 18px;
    font-family: "Open sans";
    margin-top: 10px;
	transition: all 0.6s;
}
.btn-mas:hover{
	background-color: #ffed00;
	color:black;
	border-radius:5px;
	transition: all 0.4s;
}
.col50{
	position:relative;
	float:left;
	width:50%;
}
.info{
	font-family:"Open sans";
	font-weight:400;
	font-size:23px;
}
.incontainer{
	width:98%;
	position:relative;
	float:left;
	left:1%;
}
.formulario{
	font-family:"Open sans";
	font-weight:400;
	border:1px solid black;
	font-size:16px;
}
.inp{
	width:100%;
	background-color:#d2d4db;
	border:1px solid #d2d4db;
	font-family:"Open sans";
	font-weight:400;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	font-size:16px;
	margin-top:8px;
	margin-bottom:8px;
}
.btn-enviar{
	background-color: #ffed00;
    border: 1px solid #ffed00;
    color: black;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
	border-radius:5px;
    font-family: "Open sans";
    font-weight: 600;
	transition: all 0.6s;
	box-shadow: 10px 5px 5px gainsboro;
}
.btn-enviar:hover{
	background-color:black;
	border:1px solid black;
	color:white;
}
#footer{
	font-family: "Open sans";
    font-weight: 300;
}
#footer a{
	color:black;
	text-decoration:none;
}
#footer a:hover{
	color:#dacd23;
}
.navegacion-responsivo {
    display: none;
}
button.accordion {
    background-color: #ffed00;

    color: black;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: right;
    outline: none;
    font-size: 15px;
}

button.accordion.active, button.accordion:hover {
    background-color: #ffed00;
}

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
}
.menuresp{
	background-color: #ffed00;
	border:1px solid #ffed00;
	color:black;
	width:100%;
	font-size:16px;
	text-align:left;
	padding-top: 10px;
    padding-bottom: 10px;
	transition: all 0.6s;
}
.menuresp:hover{
	background-color:black;
	color:white;
	border:1px solid black;
}

@media screen and (max-width: 860px){
	.btn-menu{
		font-size:17px;
	}
	.info{
		font-size:20px;
	}
	
}
@media screen and (max-width: 740px){
	.col50{
		width:100%;
		margin-bottom:30px;
	}
	
}
@media screen and (max-width: 640px){
	.logo{
		width:100%;
		text-align:center;
	}
	.whats{
		width:100%;
	}
	.whats > .txt-rig{
		text-align:center;
	}
}
@media screen and (max-width: 565px){
	.btn-menu{
		font-size:15px;
		padding-left: 8px;
		padding-right: 8px;
		margin-left: 8px;
	}
}
@media screen and (max-width: 500px){
	.col33{
		width:100%;
		text-align:center;
	}	
	.col33 img{
		max-width:270px;
		width:100%;
	}
}
@media screen and (max-width: 485px){
	.navegacion{
		display:none;
	}
	.navegacion-responsivo {
        display: block;
    }
}

