/* @override 
	https://paxxion/css/estilos.css 
*/



	
/*Fuente*/
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,400;0,700;1,300&display=swap);

/*general*/
body {
    background-color: #FFFFFF;
    background-size: cover;
    color: black;
    font-family: 'Roboto', sans-serif;
	margin: 0%;
}
.col1{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	
}
.col2{
	display: block;
	margin: 0;
	width: 45%;
}


/*header*/

.header{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(0, 0, 0, 1);
	font-size: 12px;
	color: white;
}
.header strong {
		color: silver;
		font-weight: bold;
}
.bannerPpal {
	background: url(../images/bgBanner.jpg) center bottom no-repeat #4b0100;
	background-size: cover;
	text-align: center;
	  display: flex;
	  flex-direction: row;
	  flex-wrap: nowrap;
	  justify-content: center;
	  align-items: stretch;
	  align-content: center;
}
.formulario {
	/*background-color: rgba(254, 255, 0, 0.53);*/
	  display: block;
	  flex-grow: 0;
	  flex-shrink: 1;
	  flex-basis: auto;
	  align-self: auto;
	  order: 0;
}

.formulario .logo {
	/*background-color: rgba(255, 165, 0, 0.53);*/
}
.formulario form {
	background-color: #ffffff;
	display: inline-block;
	width: 70%;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	color: black;
	padding: 30px 10px;
}
.formulario form h2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.formulario form input[type=tel], .formulario form input[type=email] {
	border: 1px solid silver;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size: 16px;
	padding: 20px 15px;
	margin: 5px 0;
	width: 65%;
}
.formulario form input[type=checkbox] {
	accent-color: #990033;
}

.formulario form a {
	color: gray;
	font-size: 13px;
	margin-top: 5px;
}

.formulario form a:hover {
	color: maroon;
	font-weight: normal;
	font-style: normal;
}

.formulario form input[type=submit] {
	background-color: #990033;
	color: white;
	font-weight: bold;
	font-size: 16px;
	border-style: none;
	margin: 25px 0 5px;
	padding: 25px 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.formulario form input[type=submit]:hover {
	background-color: #d10000;
	cursor: pointer;
	
}

.formulario .foto {
	  display: block;
	  flex-grow: 0;
	  flex-shrink: 1;
	  flex-basis: auto;
	  align-self: auto;
	  order: 0;
}
.cont2 {
	
	  display: flex;
	  flex-direction: row;
	  flex-wrap: nowrap;
	  justify-content: center;
	  align-items: stretch;
	  align-content: center;
}
.cont2 .texto {
	  display: block;
	  flex-grow: 0;
	  flex-shrink: 1;
	  flex-basis: auto;
	  align-self: auto;
	  order: 0;
	
}

.cont2 .texto .iconos {
	text-align: center;
}

.cont2 .texto .iconos img {
	width: 90%;
}

.cont2 .texto h1 {
	font-weight: 500;
	font-style: italic;
	font-size: 22px;
	margin: 40px 20px 20px;
}

.cont2 .texto p {
	font-weight: 300;
	font-size: 18px;
	margin: 30px 20px 20px;
}

.cont2 .texto p strong {
	font-weight: 700;
}

.cont2 .planes {
	  display: flex;
	  flex-direction: row;
	  flex-wrap: nowrap;
	  justify-content: center;
	  align-items: stretch;
	  align-content: center;
}

.cont2 .planes .plan{
	 
	display: block;
	flex-grow: 0;
	flex-shrink: 1;
	flex-basis: auto;
	align-self: auto;
	order: 0;
	border: 1px solid silver;
	padding: 10px 0;
	margin: 30px 10px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	text-align: center;
	
	max-width: 250px;
}

.cont2 .planes .plan img{
	width: 100%;
}

.cont2 .planes .plan h1{
	font-size: 40px;
	font-weight: bold;
	margin-bottom: -3px;
	padding-bottom: 0px;
}
.cont2 .planes .plan h1::first-letter {
	
	vertical-align: super;
	font-size: 0.5em;
}
.cont2 .planes .plan h2{
	font-weight: bold;
	font-size: 16px;
	color: gray;
	padding-top: 5px;
	padding-bottom: 5px;
}

.cont2 .planes .plan h3{
	font-weight: bold;
	font-size: 12px;
	color: silver;
	padding-top: 0px;
	padding-bottom: 5px;
}

.cont2 .planes .plan ul{
	font-size: 14px;
	text-align: left;
	
}

.cont2 .planes .plan ul li{
	padding: 10px 20px 10px 45px;
	background: url(../images/check.png) 20px 13px no-repeat;
}

.cont2 .planes .plan input[type=submit] {
	/*background-color: #990033;*/
	color: white;
	font-weight: bold;
	font-size: 16px;
	border-style: none;
	margin: 25px 0 5px;
	padding: 25px 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.cont2 .planes .plan input[type=submit].rojo {
	background-color: #990033;
}

.cont2 .planes .plan input[type=submit].naranja {
	background-color: orange;
}

.cont2 .planes .plan input[type=submit]:hover {
	background-color: #ffc300;
	cursor: pointer;
}
/* fin formulario */
.barra {
	text-align: center;
	background-color: black;
	padding-top: 2px;
	padding-bottom: 2px;
}

.barra img{
	width: 100%;
	height: auto;
}

footer{
	background: #000;
	background-repeat: repeat-x;
	background-position: center;
}


footer #terminos{
	display: block;
	color: rgba(255, 255, 255, 0.8);
	padding: 10px 30px;
	text-align: center;
	font-style: italic;
	font-weight: 400;
	font-size: 15px;
	line-height: normal;
	background-color: rgba(0, 22, 35, 0.89);
}

footer #terminos h3{
	color: rgba(255, 255, 255, 0.8);
	display: inline;
	padding-right: 5px;
	padding-left: 0;
	font-weight: bold;
}

footer #terminos p{
	display: inline;
	color: rgba(255, 255, 255, 0.6);
	text-decoration: none;
}


/* MOVILES */
@media screen  and (max-width: 460px)  {
	header{
		font-size: 11px !important;
	}
	
	footer #terminos{
		font-size: 12px;
		line-height: normal;
	}
	.bannerPpal, .cont2 {
		flex-direction: column;
	
	}
	.col2{
		display:block;
	}

}

/* TABLETS */
@media screen  and (max-width: 900px)  {
	.bannerPpal, .cont2 {
		flex-direction: column;
	
	}
	.formulario form {
		max-width: 450px;
		width: 90%;
	}
	.col2{
		width: 100%;
	}

}
		
		/* modal */
		footer #terminos #openModal {
			text-decoration: none;
			color: orange;
		}
		footer #terminos #openModal:hover {
			color: yellow;
		}
        /* The Modal (background) */
        .modal {
            display: none; /* Hidden by default */
            position: fixed; /* Stay in place */
            z-index: 1; /* Sit on top */
            padding-top: 100px; /* Location of the box */
            left: 0;
            top: 0;
            width: 100%; /* Full width */
            height: 100%; /* Full height */
            overflow: auto; /* Enable scroll if needed */
            background-color: rgba(153, 0, 50, 0.84); /* Fallback color */
			
        }
        
        /* Modal Content */
        .modal-content {
            background-color: black;
            margin: auto;
            padding: 20px;
            border: 1px solid #888;
            width: 80%;
			color: white;
		}

        /* The Close Button */
        .close {
            color: #aaaaaa;
            float: right;
            font-size: 28px;
            font-weight: bold;
        }

        .close:hover,
        .close:focus {
            color: orange;
            text-decoration: none;
            cursor: pointer;
        }
          .modal-content h3{
		  	color: orange;
		  	font-size: 1.3em;
		  	font-weight: bold;
		  	margin-top: 30px;
		  	text-align: center;
		  	margin-bottom: 15px;
		  }
          .modal-content p{
		  	padding: 5px 50px;
		  	text-align: justify;
		  	line-height: normal;
		  	margin-bottom: 30px;
		  }
