@charset "UTF-8";
/* CSS Document */

body{
	margin:0px;
	background-color:#fee7d7;}
	
h3{
	text-align:left;
	color:#000000;
	font-size:12pt;
	font-weight:bold;}

h2{
	text-align:center;
	color:#1bb3dd;
	font-size:16pt;
	font-weight:bold;}


h4{
	font-size:12pt;
	font-weight:bold;
	text-align:justify;}
	
h5{
	text-align:center;
	font-size:11pt;
	}
	
#contenedor{
	widows: 100px;
	max-width:800px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFFFFF;}

#title{
	float:left;
	padding:5px;
	}

/*#form{
	padding:20px;
	}*/

#footer{
	padding:20px;
	background-color:#273039;
	}

#footer p {
	font-size:10pt;
	text-align:justify;
	color:#FFFFFF;
	}
									
.image{
	width:100%;
	height:100%;
	margin-left:auto;
	margin-right:auto;}
	
/* ==============================
   BOTONES CTA LANDING
================================ */

.cta-buttons {
    margin-top: 30px;
}

.cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    max-width: 280px;
    min-height: 60px;

    padding: 14px 20px;
    border-radius: 30px;

    font-size: 16px;
    font-weight: 600;
    text-align: center;
    text-decoration: none;

    border: none;
    cursor: pointer;

    transition: all 0.25s ease;
}

/* Quiero saber más */
.cta-info {
    background-color: #3ba0c9;
    color: #ffffff;
}

.cta-info:hover {
    background-color: #2b8bb0;
}

/* Quiero suscribirme */
.cta-primary {
    background-color: #0077b6;
    color: #ffffff;
}

.cta-primary:hover {
    background-color: #005f91;
}

/* Soy suscriptor */
.cta-secondary {
    background-color: #4aa3c3;
    color: #ffffff;
}

.cta-secondary:hover {
    background-color: #368aa7;
}

/* Accesibilidad */
.cta-btn:focus-visible {
    outline: 3px solid #0d6efd;
    outline-offset: 3px;
}

/* Responsive */
@media (max-width: 768px) {
    .cta-btn {
        max-width: 100%;
    }
}