
/* @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap'); */

/* Fuente Merriweather - Usada en OKDiario */
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');

strong,
.bold{
}

.boldSans{
    font-weight: bold;
}

.sansMedium{
}

*{
	outline: none !important;
	focus: none;
}



/*******************************************
BANNER PRINCIPAL
********************************************/

input[type="text"], input[type="number"], input[type="email"], select {
    font-size: 14px;
    display: block;
    margin-bottom: 12px;
    width: 100%;
    padding: 5px 13px;
    border-radius: 5px;
}

.select{
	background-color: #fff;
	border-radius: 5px;
}

select{
	background-image: url(../img/arrow-select.png);
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: 90%;
    background-color: transparent;
    width: 104%;
    appearance: none;
	padding: 10px 13px;
}

.submit {
    border: none;
    font-size: 27px;
    width: 100%;
    margin-top: -5px;
    width: 100% !important;
}

label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 11px;
    font-size: 14px;
    line-height: 22px;
}

.box-producto1 {
    top: 206px;
    right: 700px;
}

.box-producto1 > p:first-child {
    font-size: 39px;
    line-height: 49px;
    margin-bottom: 15px;
}

.box-producto1 > p:nth-child(2) {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}

.box-producto1 > p:nth-child(3) {
    font-size: 22px;
    line-height: 27px;
    margin-top: 24px;
}

.box-producto1 > p:nth-child(3) span:after,
.box-producto1 > p:nth-child(3) span:before {
	position: absolute;
    content: "";
    background-color: white;
    height: 2px;
    width: 199px;
    top: -12px;
    left: 0;
}

.box-producto1 > p:nth-child(3) span:before {
    top: inherit;
    bottom: -12px;
}

.box-producto1 ul {
    margin-top: 40px;
}

.box-producto1 li {
    list-style: none;
    margin-top: 25px;
    background-image: url(../img/icon_2-blanco.png);
    background-repeat: no-repeat;
    padding-left: 33px;
    background-position-y: -2px;
}


/*******************************************
CONTENIDO
********************************************/


.btn-main {
    text-decoration: none !important;
    display: inline-block;
    padding: 13px 0px;
}

/*****************************************************************************************
RESPONSIVE
*****************************************************************************************/

@media(max-width: 1199px){

.box-producto1 {
    top: 206px;
    right: 500px;
}

}




@media(max-width: 991px){
.btn-main.submit {
    width: 100% !important;
}

.box-producto1 {
    right: 402px;
}

.text22{
	font-size: 18px;
}

.mas-producto1 span:after,
.mas-producto1 span:before{
	width: 160px;
}

.text18{
	font-size: 20px;
}

.btn-main {
    width: 264px !important;
}
}

@media(max-width: 767px){
label:after {
    top: 2px;
}

.coberturas {
    /*background-image: url(../img/fondo-movil.jpg);*/
    background-position-y: 75px;
    background-size: 475%;
}
.bg-light {
    padding: 31px 0;
}

.separa {
    margin-top: 48px;
}

.box-producto1 > p:nth-child(1) span:after,
.box-producto1 > p:nth-child(1) span:before {
	position: absolute;
    content: "";
    background-color: #444040;
    height: 2px;
    width: 168px;
    top: -25px;
    left: 0;
}

.box-producto1 > p:nth-child(1) span:before {
    top: inherit;
    bottom: -25px;
}

.box-producto1 > p:first-child {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 15px;
}

.box-producto1 {
    position: relative !important;
    right: 0;
    top: 0;
    margin-top: 50px;
}

input[type="text"], input[type="number"], input[type="email"], select {
    margin-bottom: 10px;
    padding: 5px 13px;
}

.top-form p:first-child{
	font-size: 32px;
	line-height: 42px;
	margin-bottom: 0;
}

.top-form p:last-child{
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 20px;
}

.btn-main.submit {
    font-size: 18px;
    padding: 6px 0px;
    /* Sobreescribir colores botón en Mobile */
    /*
    background-color: #fff;
    color: #444040 !important;*/
}

.box-form > p:first-child {
    font-size: 17px;
    line-height: 21px;
}

footer {
    font-size: 12px;
}

.top {
    height: 110px;
}

.top img {
    position: absolute;
    top: 50%;
    margin-top: -23px;
    left: 40px;
    width: 150px;
}

h2 > span:after {
    width: 274px;
    left: 0;
}

.btn-main {
    width: 280px !important;
}

h2{
	font-size: 30px;
	line-height: 38px;
}
}

/* añadido el 21/07/2021 */

.img_icon_hs {
    width: 200px;
    height: 200px;
}

.img_check, .ps-0 li {
    filter: grayscale(100%);
}

#tel_contact {
    color: #444040 !important;
    text-decoration: underline;
}

.img_router_1 {
    width: 276px;
}

.invalid-feedback {
    
    border-radius: 5px;
    padding: 5px 5px;
    margin-top: -6px;
    font-size: 11px;
    color: white;
    background-color: darkred;
    line-height: 16px;
}

.campo > input {
    margin-top: 0px;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 

    /* Ocultar stepper/spinner de telefono 
    https://css-tricks.com/snippets/css/turn-off-number-input-spinners/
    */
    -webkit-appearance: none; 
    margin: 0; 
}

#shimOver {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10;
    top: 0;
    left: 0;
    position: fixed;
}

#shimOver .bg {
    width: 100%;
    height: 100%;
    background-color: black;
    pointer-events: none;
    opacity: 0.5;
    position: absolute;
}

.sending {
    width: 117px;
    text-align: center;
    position: absolute;
    left: 50%;
}

.sending_inside {
    pointer-events: none;
    position: relative;
    left: -50%;
    border: 2px solid #3ea6d1;
    border-radius: 6px;
    background-color: wheat;
    padding: 10px;
    top: 15px;
}

/* Estilos Publishers */

.publisher_okdiario {  
    color: black;
    font-family: 'merriweather'; 
    font-size: 18px;
    font-weight: 300;
    line-height: 150%;
    padding-left: 0;
    padding-bottom: 22px;
    -webkit-text-size-adjust: 100%;
}

.publisher_okdiario_BG_color {
    background-color: #3ea6d1;
    color: white;
    font-weight: 900;
}


.publisher_okdiario_strong {
    font-weight: 600;
}

.colArrow {
  color: #3ea6d1 !important;
}