:root {
--cookieadmin-primary-color: #001d39;
--cookieadmin-primary-hover-color: #985e23;
--cookieadmin-secondary-color: #0046b2;
--cookieadmin-secondary-hover-color: #0065ff;
--cookieadmin-txcolor: #0f172a;
--cookieadmin-green-txtcolor: #3a8356;
--cookieadmin-warning-txtcolor: #9c7930;
--cookieadmin-red-txtcolor: #b55355;
--cookieadmin-green-color: #15a448;
--cookieadmin-warning-color: #e9b306;
--cookieadmin-red-color: #dd2727;
}  .cookieadmin-postbox-container { 
max-width: 92vw;
float: unset;
margin: 10px;
}
.cookieadmin_cookie_modal label, .cookieadmin_cookie_modal input {
padding: 5px;
margin-right: 5px;
font-size: 15px;
}
.cookieadmin_cookie_modal label{
font-weight: 501;
}
.cookieadmin_bottom{
bottom:20px;
}
.cookieadmin_top{
top: 20px;
}
.cookieadmin_right{
right: 15px;
}
.cookieadmin_left{
left:15px;
} @keyframes cookieadmin_slideUp {
from {
transform: translateY(100%);
opacity: 0;
}
to {
transform: translateY(0);
opacity: 1;
}
}
@keyframes cookieadmin_slideSide {
from {
transform: translateX(-100%);
opacity: 0;
}
to {
transform: translateX(0);
opacity: 1;
}
} .cookieadmin_consent-header{
display: flex;
background: #12625f4d;
color: black;
padding: 12px;
box-sizing: border-box;
margin: 4px;
align-items: center;
justify-content: space-between;
}
.cookieadmin_consent-contents {
display: flex;
margin: 0px 5px;
}
.cookieadmin_consent_settings {
display: flex;
width: 100%;
flex-direction: column;
background: #ffffff; }
.cookieadmin-contents {
width: 100%;
}
.cookieadmin-setting {
display: flex;
padding: 6px 0px;
justify-content: flex-start;
}
.cookieadmin-setting-head {
width: 100%;
padding: 5px;
align-content: center;
}
.cookieadmin-setting-contents {
align-items: baseline;
padding: 5px;
margin: 5px;
}
.cookieadmin-setting-results {
align-items: baseline;
padding: 5px;
margin: 5px;
width: 80%;
}
.cookieadmin-button{
padding: 5px;
row-gap: 5px;
}  .cookieadmin_law_container{
position: fixed;
width: 25%;
box-sizing: border-box;
z-index: 99999;
display: none;
}
.cookieadmin_consent_btns{
align-content: center;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
}
.cookieadmin_box{ width: 25%;
box-sizing: border-box;
display: none;
}
.cookieadmin_notice_group{
display: flex;
flex-direction: column;
gap: 10px; align-items: flex-start;
}
.cookieadmin_consent_inside{
color: black;
background-color: #FFFFFF;
border: 1px solid #f4f4f4;
padding:15px;
border-radius: 4px;
box-shadow:1px 3px 10px rgba(0, 0, 0, 0.2);
}
#cookieadmin_notice_title{
font-weight: 601;
margin: 0px;
padding-left: 5px;
}
.cookieadmin_notice_con{
font-size: initial;
padding: 0px 6px;
flex: 1;
}
.cookieadmin_cookie_modal{
display: none;
flex-direction: column;
position: fixed;
max-height: 80vh;
background-color: #FFFFFF;
border: 1px solid #F4F4F4;
border-radius: 8px;
box-shadow: 0 4px 8px rgba(0,0,0,0.2);
z-index: 999999;
}
.cookieadmin_center{
top: 10%;
left: 22%;
max-width: 60vw;
}
.cookieadmin_side{
flex-direction: column;
position: fixed;
width: 35vw;
bottom: 0px;
animation: 0.5s ease-out forwards cookieadmin_slideSide;
max-height: 100vh;
left: 0px;
top: 0px;
border-radius: 0px;
}
.cookieadmin_down{
position: fixed;
max-width: 100%;
max-height: 55vh;
bottom: 0px;
animation: 0.5s ease-out forwards cookieadmin_slideUp;
}
.cookieadmin_modal_overlay{
display: none; 
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); 
z-index: 1000;
}
.cookieadmin_mod_head{
display: flex;
justify-content: space-between;
}
.cookieadmin_mod_head, .cookieadmin_wrapper{
padding: 15px;
border-bottom: 1px solid #CCCCCC;
}
.cookieadmin_close_pref{
background: none;
border: none;
align-self: baseline;
color: gray;
cursor: pointer;
padding: 0px;
}
.cookieadmin_preference_title{
font-size: 20px;
font-weight: 801;
margin: 9px;
}
.cookieadmin_preference_details{
padding: 0px 10px;
}
.cookieadmin_preference{
overflow: hidden;
height: 83px;
font-size: 15px;
}
.cookieadmin_showmore{
background: none;
border: none;
color: #1863dc;
padding: 0px;
cursor: pointer;
}
.cookieadmin_details_wrapper{
padding: 15px;
height: calc(100% - 6%);
overflow: auto;
scrollbar-width: thin;
}
.cookieadmin_types{
padding: 10px 10px;
border-top: 1px solid #CCCCCC;
}
.cookieadmin_header{
display: flex;
justify-content: space-between;
}
.cookieadmin_header > span > label{
cursor:pointer;
}
.cookieadmin_remark{
display:none;
justify-self:right;
}
.cookieadmin_act{
display: inline;
color: #1863dc;
}
.cookieadmin-nece-cookies{
display:none;
padding:1px;
border-radius: 10px;
margin: 0px 20px;
margin-right: 4rem;
font-size: smaller;
font-size: 1rem;
text-align: center;
}
.cookieadmin_desc{
padding:5px 20px;
font-size: 15px;
padding-right: 4rem;
}
.cookieadmin_footer{
left: 0px;
padding: 15px;
flex-wrap: wrap;
width: 100%;
}
.cookieadmin_modal_footer{
left: 0px;
padding: 15px;
flex-wrap: wrap;
border-top: 1px solid #CCCCCC;
}
.cookieadmin_btn{
background-color: transparent;
border: 1px solid gray;
color: #1863dc;
padding: 0.4rem 0.9rem;
border-radius: 4px;
margin: 2px 5px;
cursor: pointer;
flex: auto;
text-wrap: auto;
}
.cookieadmin_btn:hover{
opacity: 0.8;
}
.cookieadmin_show_pref_cookies{
cursor: pointer;
font-size: 18px;
}
.cookieadmin_re_consent{
display: none;
position: fixed;
bottom: 15px;
left: 15px;
background: linear-gradient(to left, rgb(0, 51, 204) 0%, rgb(102, 102, 255) 100%);
height: 50px;
width: 50px;
border-radius: 50%;
cursor: pointer;
border: 0px;
z-index: 99999;
padding: 5px;
}
.cookieadmin-cookie-card {
background: ghostwhite;
border-radius: 10px;
padding: 16px;
font-family: 'Open Sans', 'Segoe UI', sans-serif;
box-shadow: 0 2px 6px rgba(0,0,0,0.1);
margin: 10px auto;
text-align: left;
}
.cookieadmin-cookie-header {
display: flex;
justify-content: space-between;
font-size: 1rem;
margin-bottom: 6px;
}
.cookieadmin-cookie-name {
font-weight: bold;
color: #333;
}
.cookieadmin-cookie-duration {
font-size: 0.85rem;
}
.cookieadmin-cookie-duration > b {
font-weight: bold;
}
.cookieadmin-cookie-description {
font-size: 0.9rem;
margin-bottom: 12px;
}
.cookieadmin-cookie-tags {
display: flex;
gap: 8px;
}
.cookieadmin-tag {
background: #e0e0e0;
padding: 4px 10px;
border-radius: 12px;
font-size: 0.75rem;
color: #333;
}  .cookieadmin_toggle, .cookieadmin_toggle_disabled {
position: relative;
display: inline-block;
width: 24px;
height: 11px;
} .cookieadmin_toggle input, .cookieadmin_toggle_disabled input {
display: none;
} .cookieadmin_slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
height: 21px;
width: 34px;
background-color: gray;
transition: .4s;
border-radius: 34px;
} .cookieadmin_slider:before {
position: absolute;
content: "";
height: 15px;
width: 15px;
left: 3.2px;
bottom: 3.2px;
background-color: white;
transition: .2s;
border-radius: 50%;
} input:checked+.cookieadmin_slider {
background-color: #3582c4;
} input:checked+.cookieadmin_slider:before {
transform: translateX(13px);
}
input:disabled+.cookieadmin_slider {
background-color: #3582c4;
}
input:disabled+.cookieadmin_slider:before {
transform: translateX(13px);
} .cookieadmin-poweredby{
margin-top: 10px;
}
.cookieadmin-poweredby a img{
height: 15px;
}
.cookieadmin-poweredby a{
color : unset;
cursor: pointer;
display: flex;
justify-content: center;
align-items: center;
font-size: 11px;
gap: 2px;
text-decoration: none;
}
.cookieadmin_modal_footer .cookieadmin-poweredby a{
justify-content: end;
} @media (max-width: 767px) {
.cookieadmin_center{
top: 10%;
left: 5%;
max-width: 90vw;
}
.cookieadmin_show_pref_cookies{
font-size: 14px;
}
.cookieadmin_law_container, .cookieadmin_box{
width: 90%;
}
.cookieadmin_side{
width: 100%;
}
} @media (min-width: 768px) and (max-width: 991px) {
.cookieadmin_box{
width: 45%;
}
} @media (min-width: 992px) and (max-width: 1199px) {
.cookieadmin_box{
width: 35%;
}
} @media (min-width: 1200px) and (max-width: 1360px) {
.cookieadmin_box{
width: 30%;
}
} @media (min-width: 768px) {
.cookieadmin_notice_group {
flex-direction: row;
justify-content: space-between;
align-items: center;
}
.cookieadmin_notice_con {
flex: 1; }
.cookieadmin_consent_btns {
flex-shrink: 0;
}
}
@media (max-width:480px){
.cookieadmin_consent_inside .cookieadmin_btn {
width: 100%;
margin: 5px 0;
}
.cookieadmin_modal_footer{
padding: 8px;
}
}body {  color: #727476;
}
.bg-rojo {
background-image: linear-gradient(to left, #d60c15, #910a0a, #d60c15);
}
.bg-adn-2 {
background-image: linear-gradient(to left, #d60c15, #910a0a, #0c50d6);
}
.bg-adn-3 {
background-image: linear-gradient(to left, #0c59d6, #970757, #da000a);
}
.bg-color-adn {
background-color: #d60c15;
}
.bg-rojo-adn {
background-color: #9f0000;
}
.bg-rojo-adn2 {
background-color: #9f1436;
}
.bg-rojo-adn3 {
background-color: #970a0b;
}
.bg-rojo-adn4 {
background-color: transparent;
background-image: linear-gradient(240deg, #aa0505 0%, #1a3f4f 100%);
}
.bg-adn-card {
position: relative;
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/adncard.webp) no-repeat center scroll;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center;
display: flex;
justify-content: center;
align-items: center;
}
.adncard-img {
display: flex;
justify-content: center;
align-items: center;
height: auto; }
.img-fluid.rounded-circle { height: auto; }
.text-color-facebook {
color: #0078FF !important;
}
.text-color-twitter {
color: #1DA1F2 !important;
}
.text-color-instagram {
color: #E1306C !important;
}
.text-color-adn {
color: #d60c15;
}
.texto-enlace-navbar {
font-size: 1.1em;
}
.texto-seccion-grande {
font-size: 1.3em;
}
.tamanio-item-info {
width: 20%;
}
.tamanio-item-info-2 {
width: 20%;
}
.tamanio-item-info-3 {
width: 30%;
}
.tamanio-item-info-4 {
width: 40%;
}
.tamanio-item-info-5 {
width: 50%;
}
.tamanio-item-info-6 {
width: 60%;
}
.tamanio-item-info-7 {
width: 70%;
}
.tamanio-item-info-8 {
width: 80%;
}
.img-frase {
vertical-align: bottom;
width: 2em;
}
.caja-detalle-servicio>p,
.caja-detalle-servicio>ul>li,
.text-detalle {
font-size: 1em;
}
.texto-detalle-carta {
font-size: 1.13em;
}
a.link_muestra {
color: #727476;
}
a.link_muestra:hover {
color: #9f0000;
}
.carousel-item {
height: 32rem;
}
.carousel-item>img {
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 32rem;
}
.card-prueba {
width: 32rem;
}
.card-prueba:hover {
margin: 1rem;
transition-duration: 1s;
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
.btn-primary-personalizado {
border: none;
border-radius: 30px;
cursor: pointer;
color: #fff;
display: inline-block;
font-size: 18px;
background-size: 200%;
background-color: #dd323c;
border: 1px solid #dd323c !important;
transition: 0.6s;
z-index: 100;
}
#cambiar {
background-image: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/carusel1.webp);
position: absolute;
top: 0;
left: 0;
min-width: 100%;
width: 100%;
height: 100%;
background-size: 100% 100%; background-repeat: no-repeat;
background-position: center center;
}
@media (max-width:470px) {
#cambiar {
background-image: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/caruselmob1.webp);
min-width: 100%;
height: 32rem;
vertical-align: middle;
border-style: none;
width: 100% !important;
}
}
#cambiar_n {
background-image: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/carousel_n1.webp);
border-image-width: 100%;
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 32rem;
width: 100%;
background-size: 100% 100%; background-repeat: no-repeat;
background-position: center center;
}
@media (max-width:470px) {
#cambiar_n {
background-image: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/carousel_n2.webp);
min-width: 100%;
background-size: 100% 100%;
vertical-align: middle;
border-style: none;
width: 100% !important;
}
}
#cambiar1 {
background-image: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/carusel4.webp);
border-image-width: 100%;
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 32rem;
width: 100%;
background-size: 100% 100%; background-repeat: no-repeat;
background-position: center center;
}
@media (max-width:470px) {
#cambiar1 {
background-image: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/caruselmob4.webp);
min-width: 100%;
height: 32rem;
vertical-align: middle;
border-style: none;
width: 100% !important;
}
}
#cambiar2 {
background-image: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/carusel2.webp);
border-image-width: 100%;
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 32rem;
width: 100%;
background-size: 100% 100%; background-repeat: no-repeat;
background-position: center center;
}
@media (max-width:470px) {
#cambiar2 {
background-image: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/caruselmob2.webp);
min-width: 100%;
height: 32rem;
vertical-align: middle;
border-style: none;
width: 100% !important;
}
}
#cambiar3 {
background-image: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/carusel3.webp);
border-image-width: 100%;
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 32rem;
width: 100%;
background-size: 100% 100%; background-repeat: no-repeat;
background-position: center center;
}
@media (max-width:470px) {
#cambiar3 {
background-image: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/caruselmob3.webp);
min-width: 100%;
height: 32rem;
vertical-align: middle;
border-style: none;
width: 100% !important;
}
}
#cambiar_m {
background-image: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/cambiar_m.webp);
border-image-width: 100%;
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 32rem;
width: 100%;
background-size: 100% 100%; background-repeat: no-repeat;
background-position: center center;
}
@media (max-width:470px) {
#cambiar_m {
background-image: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/cambiar_m_mob.webp);
min-width: 100%;
height: 32rem;
vertical-align: middle;
border-style: none;
width: 100% !important;
}
}
#cambiar1_m {
background-image: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/cambiar1_m.webp);
border-image-width: 100%;
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 32rem;
width: 100%;
background-size: 100% 100%; background-repeat: no-repeat;
background-position: center center;
}
@media (max-width:470px) {
#cambiar1_m {
background-image: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/cambiar1_m_mob.webp);
min-width: 100%;
height: 32rem;
vertical-align: middle;
border-style: none;
width: 100% !important;
}
}
#cambiar2_m {
background-image: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/cambiar2_m.webp);
border-image-width: 100%;
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 32rem;
width: 100%;
background-size: 100% 100%; background-repeat: no-repeat;
background-position: center center;
}
@media (max-width:470px) {
#cambiar2_m {
background-image: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/cambiar2_m_mob.webp);
min-width: 100%;
height: 32rem;
vertical-align: middle;
border-style: none;
width: 100% !important;
}
}
#cambiar3_m {
background-image: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/cambiar3_m.webp);
border-image-width: 100%;
position: absolute;
top: 0;
left: 0;
min-width: 100%;
height: 32rem;
width: 100%;
background-size: 100% 100%; background-repeat: no-repeat;
background-position: center center;
}
@media (max-width:470px) {
#cambiar3_m {
background-image: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/cambiar3_m_mob.webp);
min-width: 100%;
height: 32rem;
vertical-align: middle;
border-style: none;
width: 100% !important;
}
}
@media (min-width: 992px) {
.text-lg-justify {
text-align: justify !important;
}
.w-lg-55 {
width: 55% !important;
}
}
@media (max-width: 576px) {
.w-xs-50 {
width: 50% !important;
}
}
.adncard-item {
padding-bottom: 4rem;
}
@media (max-width: 576px) {
.adncard-item {
padding-bottom: 2rem;
}
} .btn-primary-personalizado>a {
font-size: medium;
text-transform: uppercase;
text-decoration: none;
color: white;
}
.btn-primary-personalizado:not(:disabled):not(.disabled) {
cursor: pointer;
border: NONE;
border-radius: 30px;
z-index: 100
}
.btn-primary-personalizado>a:hover {
color: #dd323c !important;
}
.input-personalizado {
border: 1px solid #007bff;
}
.btn-outline-footer {
color: #ccc;
border-color: #ccc;
}
.btn-outline-footer:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
}
.btn-outline-telefonos,
.btn-outline-opcion {
color: #727476;
border-color: #727476;
}
.btn-outline-telefonos:hover,
.btn-outline-opcion:hover {
color: #fff;
background-color: #dc3545;
border-color: #dc3545;
} input.input-telefono::-webkit-outer-spin-button,
input.input-telefono::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input.input-telefono[type=number] {
-moz-appearance: textfield;
}
a.enlace-footer {
text-decoration: none !important;
}
a.enlace-footer:hover {
color: yellow;
}
.card-titulo {
text-shadow: 4px 3px 5px #000;
}
a.btn_deseo_info:hover {
transform: scale(1.1);
box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}
.ir-arriba {
display: none;
background-repeat: no-repeat;
font-size: 25px;
color: #dd323c;
cursor: pointer;
position: fixed;
bottom: 45px;
right: 5px;
z-index: 2;
}
.p-formulario {
margin-top: -8.6em;
}
.p-formulario-6 {
margin-top: -6em;
}
html .form-control::-webkit-input-placeholder {
color: rgb(203, 203, 203);
}
html .form-control:-moz-placeholder {
color: rgb(203, 203, 203);
}
html .form-control::-moz-placeholder {
color: rgb(203, 203, 203);
}
html .form-control:-ms-input-placeholder {
color: rgb(203, 203, 203);
}
.br-item-megamenu {
border-top: solid 0.1em #f0f0f0;
border-bottom: solid 0.1em #f0f0f0;
}
.megamenu-list>li>a.titulo-item-megamenu:hover {
background-color: transparent;
}
a.item-megamenu-personalizado {
font-size: 13px;
color: #343a40;
}
ul.m-cont-img {
position: relative;
left: 50%;
transform: translateX(-50%);
width: 200px;
height: 200px;
}
li.m-item-img {
position: absolute;
}
@-webkit-keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fade-in {
animation: fadeIn 3.5s infinite alternate;
-webkit-animation: fadeIn 3.5s infinite alternate;
-moz-animation: fadeIn 3.5s infinite alternate;
-o-animation: fadeIn 3.5s infinite alternate;
-ms-animation: fadeIn 3.5s infinite alternate;
}
.btn-facebook {
color: #fff;
background-color: #4267B2;
border-color: #4267B2;
}
.btn-whatsapp {
color: #fff;
background-color: #25D366;
border-color: #25D366;
}
.btn-facebook:hover {
color: #fff;
background-color: #2a3f6c;
border-color: #2a3f6c;
}
.btn-whatsapp:hover {
color: #fff;
background-color: #075E54;
border-color: #075E54;
}
.slide-contacto {
max-height: 280px;
}
.slide-servicios {
max-height: 280px;
}
.slide-muestras {
max-height: 280px;
}
.w-55 {
width: 55%;
}
.w-65 {
width: 65%;
}
.flechas-slide {
font-size: 1.5em;
width: 40px;
}
.flecha-izq { }
.flecha-der {
margin-left: -1.2em;
}
.flecha-izq-muestras {
margin-right: -.4em;
}
.flecha-der-muestras {
margin-left: -1.6em;
}
@media (max-width: 576px) {
.slide-contacto {
max-height: 500px;
}
.slide-servicios {
max-height: 450px;
}
.slide-muestras {
min-height: 450px;
}
.w-sm-50 {
width: 50%;
}
.w-sm-55 {
width: 55%;
}
.w-sm-65 {
width: 65%;
}
.w-sm-70 {
width: 70%;
}
.flechas-slide {
width: 40px;
}
.flecha-sm-izq {
margin-right: 1.2em;
}
.flecha-sm-der {
margin-left: 1em;
}
.flecha-sm-izq-muestras {
margin-right: .45em;
}
.flecha-sm-der-muestras {
margin-left: .4em;
}
.text-sm-center {
text-align: center;
}
}
.btn.focus,
.btn:focus {
outline: 0;
box-shadow: 0 0 0 0.2rem transparent;
}
.b-500 {
font-weight: 400;
}
.b-500 {
font-weight: 500;
}
.b-600 {
font-weight: 500;
}
.b-700 {
font-weight: 500;
}
.flati {
font-size: 23px;
}
.sublabel {
font-size: .8rem;
color: #a1a1a1 !important;
}
.bg-gray-200 {
background-color: #e9ecef!important;
}
.nav-social-link {
color: #dddddd;
display: block;
padding: .5rem 1rem;
}
.nav-social-link:hover {
color: #fff;
text-decoration: none;
}
#btn_nav_llamar:hover {
background-color: white;
font-weight: bold;
color: #25D366;
border: 1px solid #25D366;
border-radius: 8px;
}
.btn-outline-contacto {
color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-contacto:hover {
color: #fff;
background-color: #007bff;
border-color: #007bff;
}
.btn-outline-whatsapp {
font-weight: bold;
color: #f8f9fa;
border-color: #f8f9fa;
}
.btn-outline-whatsapp:hover {
font-weight: bold;
color: #25D366;
background-color: #f8f9fa;
border: 2px solid #25D366;
}
#preloader {
overflow: hidden;
background-color: #fff;
height: 100%;
left: 0;
position: fixed;
top: 0;
width: 100%;
z-index: 999999;
}
.classy-load {
-webkit-animation: 2000ms linear 0s normal none infinite running classy-load;
animation: 2000ms linear 0s normal none infinite running classy-load;
background: transparent none repeat scroll 0 0;
border-color: #dddddd #dddddd #111111;
border-radius: 50%;
border-style: solid;
border-width: 2px;
height: 40px;
left: calc(50% - 20px);
position: relative;
top: calc(50% - 20px);
width: 40px;
z-index: 9;
}
@-webkit-keyframes classy-load {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes classy-load {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.navigation {
width: 100%;
height: 70px;
display: table;
position: relative;
font-family: inherit;
background-color: #fff
}
.navigation * {
box-sizing: border-box;
-webkit-tap-highlight-color: transparent
}
.navigation-portrait {
height: 48px
}
.navigation-fixed {
position: fixed;
top: 0;
left: 0;
z-index: 19998
}
.navigation-hidden {
width: 0!important;
height: 0!important;
margin: 0!important;
padding: 0!important
}
.align-to-right {
float: right
}
.nav-header {
float: left
}
.navigation-hidden .nav-header {
display: none
}
.nav-brand {
line-height: 70px;
padding: 0;
color: #343a40;
font-size: 24px;
text-decoration: none!important
}
.nav-brand:hover,
.nav-brand:focus {
color: #343a40
}
.navigation-portrait .nav-brand {
font-size: 18px;
line-height: 48px
}
.nav-logo>img {
height: 48px;
margin: 11px auto;
padding: 0 15px;
float: left
}
.nav-logo:focus>img {
outline: initial
}
.navigation-portrait .nav-logo>img {
height: 36px;
margin: 6px auto 6px 15px;
padding: 0
}
.nav-toggle {
width: 30px;
height: 30px;
padding: 6px 2px 0;
position: absolute;
top: 50%;
margin-top: -14px;
right: 15px;
display: none;
cursor: pointer
}
.nav-toggle:before {
content: "";
position: absolute;
width: 24px;
height: 2px;
background-color: #343a40;
border-radius: 10px;
box-shadow: 0 .5em 0 0 #343a40, 0 1em 0 0 #343a40
}
.navigation-portrait .nav-toggle {
display: block
}
.navigation-portrait .nav-menus-wrapper {
width: 260px;
height: 100%;
top: 0;
left: -400px;
position: fixed;
background-color: #fff;
z-index: 20000;
overflow-y: auto;
-webkit-overflow-scrolling: touch;
-webkit-transition-duration: .2s;
transition-duration: .2s;
-webkit-transition-timing-function: ease;
transition-timing-function: ease
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
left: auto;
right: -400px
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
left: 0
}
.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
left: auto;
right: 0
}
.nav-menus-wrapper-close-button {
width: 30px;
height: 40px;
margin: 10px 7px;
display: none;
float: right;
color: #343a40;
font-size: 26px;
cursor: pointer
}
.navigation-portrait .nav-menus-wrapper-close-button {
display: block
}
.nav-menu {
margin: 0;
padding: 0;
list-style: none;
line-height: normal;
font-size: 0
}
.navigation-portrait .nav-menu {
width: 100%
}
.navigation-landscape .nav-menu.nav-menu-centered {
float: none;
text-align: center
}
.navigation-landscape .nav-menu.nav-menu-centered>li {
float: none
}
.nav-menu>li {
display: inline-block;
float: left;
text-align: left
}
.navigation-portrait .nav-menu>li {
width: 100%;
position: relative; border-top: solid 1px #2A3B47;
}
.navigation-portrait .nav-menu>li:last-child { border-bottom: solid 1px #2a3b47;
}
.nav-menu+.nav-menu>li:first-child {
border-top: none
}
.nav-menu>li>a {
height: 70px;
padding: 26px 15px;
display: inline-block;
text-decoration: none;
font-size: 16px;
color: #343a40;
-webkit-transition: color .3s, background .3s;
transition: color .3s, background .3s
}
.navigation-portrait .nav-menu>li>a {
width: 100%;
height: auto;
padding: 12px 15px 12px 26px
}
.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
color: #e30f0f;
}
.nav-menu>li>a>i,
.nav-menu>li>a>[class*=ion-] {
width: 18px;
height: 16px;
line-height: 16px;
-webkit-transform: scale(1.4);
transform: scale(1.4)
}
.nav-menu>li>a>[class*=ion-] {
width: 16px;
display: inline-block;
-webkit-transform: scale(1.8);
transform: scale(1.8)
}
.navigation-portrait .nav-menu.nav-menu-social {
width: 100%;
text-align: center
}
.nav-menu.nav-menu-social>li {
text-align: center;
float: none;
border: none!important
}
.navigation-portrait .nav-menu.nav-menu-social>li {
width: auto
}
.nav-menu.nav-menu-social>li>a>[class*=ion-] {
font-size: 12px
}
.nav-menu.nav-menu-social>li>a>.fa {
font-size: 14px
}
.navigation-portrait .nav-menu.nav-menu-social>li>a {
padding: 15px
}
.submenu-indicator {
margin-left: 6px;
margin-top: 6px;
float: right;
-webkit-transition: all .2s;
transition: all .2s
}
.navigation-portrait .submenu-indicator {
width: 54px; height: 68px;
margin-top: 0;
position: absolute;
top: 0;
right: 0;
text-align: center;
z-index: 20000
}
.submenu-indicator-chevron {
height: 9px;
width: 9px;
display: block;
border-style: solid;
border-width: 0 3px 3px 0;
border-color: transparent #70798b #70798b transparent;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
-webkit-transition: border .2s;
transition: border .2s
}
.navigation-portrait .submenu-indicator-chevron {
position: absolute; top: 30px;
left: 24px
}
.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
border-color: transparent #e30f0f #e30f0f transparent; }
.navigation-portrait .submenu-indicator.submenu-indicator-up {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg)
}
.nav-overlay-panel {
width: 100%;
height: 100%;
top: 0;
left: 0;
position: fixed;
display: none;
z-index: 19999
}
.no-scroll {
width: 100%;
height: 100%;
overflow: hidden
}
.nav-search {
height: 70px;
float: right;
z-index: 19998
}
.navigation-portrait .nav-search {
height: 48px;
padding: 0 10px;
margin-right: 52px
}
.navigation-hidden .nav-search {
display: none
}
.nav-search-button {
width: 70px;
height: 70px;
line-height: 70px;
text-align: center;
cursor: pointer;
background-color: #fbfcfd
}
.navigation-portrait .nav-search-button {
width: 50px;
height: 48px;
line-height: 46px;
font-size: 22px
}
.nav-search-icon {
width: 14px;
height: 14px;
margin: 2px 8px 8px 4px;
display: inline-block;
vertical-align: middle;
position: relative;
color: #343a40;
text-align: left;
text-indent: -9999px;
border: 2px solid;
border-radius: 50%;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.nav-search-icon:after,
.nav-search-icon:before {
content: '';
pointer-events: none
}
.nav-search-icon:before {
width: 2px;
height: 11px;
top: 11px;
position: absolute;
left: 50%;
border-radius: 0 0 1px 1px;
box-shadow: inset 0 0 0 32px;
-webkit-transform: translateX(-50%);
transform: translateX(-50%)
}
.nav-search-button:hover .nav-search-icon {
color: #27ae60
}
.nav-search>form {
width: 100%;
height: 100%;
padding: 0 auto;
display: none;
position: absolute;
left: 0;
top: 0;
background-color: #fff;
z-index: 99
}
.nav-search-inner {
width: 70%;
height: 70px;
margin: auto;
display: table
}
.navigation-portrait .nav-search-inner {
height: 48px
}
.nav-search-inner input[type=text],
.nav-search-inner input[type=search] {
height: 70px;
width: 100%;
margin: 0;
padding: 0 12px;
font-size: 26px;
text-align: center;
color: #343a40;
outline: none;
line-height: 70px;
border: none;
background-color: transparent;
-webkit-transition: all .3s;
transition: all .3s
}
.navigation-portrait .nav-search-inner input[type=text],
.navigation-portrait .nav-search-inner input[type=search] {
height: 48px;
font-size: 18px;
line-height: 48px
}
.nav-search-close-button {
width: 28px;
height: 28px;
display: block;
position: absolute;
right: 20px;
top: 20px;
line-height: normal;
color: #343a40;
font-size: 20px;
cursor: pointer;
text-align: center
}
.navigation-portrait .nav-search-close-button {
top: 10px;
right: 14px
}
.nav-button {
margin: 18px 15px 0;
padding: 8px 14px;
display: inline-block;
color: #fff;
font-size: 14px;
text-align: center;
text-decoration: none;
border-radius: 4px
}
.nav-button:hover,
.nav-button:focus {
color: #fff;
text-decoration: none
}
.navigation-portrait .nav-button {
width: calc(100% - 52px);
margin: 17px 26px
}
.nav-text {
margin: 25px 15px;
display: inline-block;
color: #343a40;
font-size: 14px
}
.navigation-portrait .nav-text {
width: calc(100% - 52px);
margin: 12px 26px 0
}
.navigation-portrait .nav-text+ul {
margin-top: 15px
}
.nav-dropdown {
min-width: 180px;
margin: 0;
padding: 0;
display: none;
position: absolute;
list-style: none;
z-index: 98;
white-space: nowrap
}
.navigation-portrait .nav-dropdown {
width: 100%;
position: static;
left: 0
}
.nav-dropdown .nav-dropdown {
left: 100%
}
.nav-menu>li>.nav-dropdown {
border-top: solid 1px #f0f0f0
}
.nav-dropdown>li {
width: 100%;
float: left;
clear: both;
position: relative;
text-align: left
}
.nav-dropdown>li>a {
width: 100%;
padding: 16px 20px;
display: inline-block;
text-decoration: none;
float: left;
font-size: 13px;
color: #343a40;
background-color: #fdfdfd;
}
.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
color: #f70404
}
.nav-dropdown.nav-dropdown-left {
right: 0
}
.nav-dropdown>li>.nav-dropdown-left {
left: auto;
right: 100%
}
.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
text-align: right
}
.navigation-portrait .nav-dropdown>li>a {
padding: 12px 20px 12px 30px
}
.navigation-portrait .nav-dropdown>li>ul>li>a {
padding-left: 50px
}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
padding-left: 70px
}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
padding-left: 90px
}
.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
padding-left: 110px
}
.nav-dropdown .submenu-indicator {
right: 15px;
top: 10px;
position: absolute
}
.navigation-portrait .nav-dropdown .submenu-indicator {
right: 0;
top: 0
}
.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg)
}
.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
-webkit-transform: rotate(45deg);
transform: rotate(45deg)
}
.nav-dropdown>li:hover>a .submenu-indicator-chevron,
.nav-dropdown>.focus>a .submenu-indicator-chevron {
border-color: transparent #27ae60 #27ae60 transparent
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
left: 10px
}
.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
-webkit-transform: rotate(135deg);
transform: rotate(135deg)
}
.nav-dropdown-horizontal {
width: 100%;
left: 0;
background-color: #fdfdfd;
border-top: solid 1px #f0f0f0
}
.nav-dropdown-horizontal .nav-dropdown-horizontal {
width: 100%;
top: 100%;
left: 0
}
.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
border-top: none
}
.nav-dropdown-horizontal>li {
width: auto;
clear: none;
position: static
}
.navigation-portrait .nav-dropdown-horizontal>li {
width: 100%
}
.nav-dropdown-horizontal>li>a {
position: relative
}
.nav-dropdown-horizontal .submenu-indicator {
height: 18px;
top: 11px;
-webkit-transform: rotate(90deg);
transform: rotate(90deg)
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
height: 42px;
top: 0;
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
-webkit-transform: rotate(-180deg);
transform: rotate(-180deg)
}
.megamenu-panel {
width: 100%;
padding: 15px;
display: none;
position: absolute;
font-size: 14px;
z-index: 98;
text-align: left;
color: inherit;
border-top: solid 1px #f0f0f0;
background-color: #fdfdfd;
box-shadow: 0 10px 20px rgba(0, 0, 0, .075)
}
.navigation-portrait .megamenu-panel {
padding: 25px;
position: static;
display: block;
margin-top: 1.1em;
}
.megamenu-panel [class*=container] {
width: 100%
}
.megamenu-panel [class*="container"] [class*="col-"] {
padding: 0
}
.megamenu-panel-half {
width: 50%
}
.megamenu-panel-quarter {
width: 25%
}
.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
width: 100%
}
.megamenu-panel-row {
width: 100%
}
.megamenu-panel-row:before,
.megamenu-panel-row:after {
display: table;
content: "";
line-height: 0
}
.megamenu-panel-row:after {
clear: both
}
.megamenu-panel-row [class*=col-] {
display: block;
min-height: 20px;
float: left;
margin-left: 3%
}
.megamenu-panel-row [class*=col-]:first-child {
margin-left: 0
}
.navigation-portrait .megamenu-panel-row [class*=col-] {
float: none;
display: block;
width: 100%!important;
margin-left: 0;
margin-top: 15px
}
.navigation-portrait .megamenu-panel-row:first-child [class*=col-]:first-child {
margin-top: 0
}
.megamenu-panel-row .col-1 {
width: 5.583333333333%
}
.megamenu-panel-row .col-2 {
width: 14.166666666666%
}
.megamenu-panel-row .col-3 {
width: 22.75%
}
.megamenu-panel-row .col-4 {
width: 31.333333333333%
}
.megamenu-panel-row .col-5 {
width: 39.916666666667%
}
.megamenu-panel-row .col-6 {
width: 48.5%
}
.megamenu-panel-row .col-7 {
width: 57.083333333333%
}
.megamenu-panel-row .col-8 {
width: 65.666666666667%
}
.megamenu-panel-row .col-9 {
width: 74.25%
}
.megamenu-panel-row .col-10 {
width: 82.833333333334%
}
.megamenu-panel-row .col-11 {
width: 91.416666666667%
}
.megamenu-panel-row .col-12 {
width: 100%
}
.megamenu-tabs {
width: 100%;
float: left;
display: block
}
.megamenu-tabs-nav {
width: 20%;
margin: 0;
padding: 0;
float: left;
list-style: none
}
.navigation-portrait .megamenu-tabs-nav {
width: 100%
}
.megamenu-tabs-nav>li>a {
width: 100%;
padding: 10px 16px;
float: left;
font-size: 13px;
text-decoration: none;
color: #343a40;
border: solid 1px #eff0f2;
outline: 0;
background-color: #fff
}
.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
background-color: #f5f5f5
}
.megamenu-tabs-pane {
width: 80%;
min-height: 30px;
padding: 20px;
float: right;
display: none;
font-size: 13px;
color: #343a40;
border: solid 1px #eff0f2;
background-color: #fff
}
.megamenu-tabs-pane.active {
display: block
}
.navigation-portrait .megamenu-tabs-pane {
width: 100%
}
.megamenu-lists {
width: 100%;
display: table
}
.megamenu-list {
width: 100%; padding: 0;
display: inline-block;
float: left;
list-style: none
}
.megamenu-list:last-child {
margin: 0;
border: none
}
.navigation-landscape .megamenu-list {
margin: -15px 0;
padding: 20px 0;
border-right: solid 1px #f0f0f0
}
.navigation-landscape .megamenu-list:last-child {
border: none
}
.megamenu-list>li>a {
width: 100%;
padding: 10px 15px;
display: inline-block;
color: #343a40;
text-decoration: none;
font-size: 13px;
}
.megamenu-list>li>a:hover {  background-color: #e4e4e4;
color: rgb(255, 21, 21);
}
.megamenu-list>li.megamenu-list-title>a {
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
color: #343a40
}
.megamenu-list>li.megamenu-list-title>a:hover {
background-color: transparent
}
.navigation-landscape .list-col-2 {
width: 50%
}
.navigation-landscape .list-col-3 {
width: 33%
}
.navigation-landscape .list-col-4 {
width: 25%
}
.navigation-landscape .list-col-5 {
width: 20%
}
.nav-menu>li>a {
color: #343a40;
text-transform: uppercase;
}
.nav-dropdown>li>a {
color: #343a40;
padding: 10px 20px;
border-bottom: 1px solid #f6f6f6;
}
.nav-dropdown>li>a:hover,
.nav-dropdown>li>a:focus {
color: #27ae60;
}
.main_header_area.sticky {
width: 100%;
position: fixed;
top: 0;
left: 0;
background-color: #fff;
z-index: 9999;
box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.transparent-menu {
position: absolute;
width: 100%;
left: 0;
top: 0;
z-index: 99;
}
.navigation-portrait .nav-menu>li>a {
width: 100%;
height: auto;
padding: 10px 10px 10px 30px;
}
.pt-sm-08 {
padding-top: .8rem;
}
@media only screen and (min-width:320px) and (max-width:767px) {
.nav-dropdown>li>a,
.megamenu-list>li>a {
width: 65%
}
}
@media (max-width: 992px) {
.nav-menu>li>a { color: #fff;
}
.focus {
background-color: #F23030;
color: #fff;
}
.item-sub-menu {
border-bottom: 1px solid #55626c!important;
}
.item-sub-menu:hover {
background-color: #1397fc; }
.item-sub-menu:hover{
color: #ffffff;  }
.megamenu-list>li>a {
width: 100%;
padding: 10px 15px;
display: inline-block;  color: #fff;
text-decoration: none;
font-size: 16px;
margin: .6rem 0 .6rem 0;
}
a.item-megamenu-personalizado {
color: #b8b8b8;
font-size: 16px;
}
#submenu_test {
background-color: #1C2A33;
}
.navigation-portrait .nav-menus-wrapper {
background-color: #100104; color: #cacaca;
}
.megamenu-panel {
background-color: #2A3B47;
color: #fff;
border-top: 0;
}
.nav-menu>li:hover>a,
.nav-menu>li.active>a,
.nav-menu>li.focus>a {
color: #fff;
}
.navigation-portrait .megamenu-panel {
margin: 0;
padding: 0;
}
.item-sub-menu1>a {
border-bottom: 1px solid #100104!important;
}
.item-sub-menu1:active>a {
text-decoration: none;
}
.item-sub-menu1:hover {
background-color: #F23030; }
.megamenu-panel1:hover {
background-color: #F23030; }
.megamenu-panel1 {
width: 100%;
padding: 14px;
display: none;
position: absolute;
font-size: 20px;
z-index: 98;
text-align: left;
color: inherit;
border-top: solid 1px #2A3B47;
background-color: #100104;
box-shadow: 0 10px 20px rgba(0, 0, 0, .075)
}
.navigation-portrait .megamenu-panel1 {
padding: 15px;
position: static;
display: block;
margin-top: 1.1em;
}
.megamenu-panel1>li>a{
color:#fff
}
.navigation-portrait .nav-menu>li>a {
margin: .8rem 0 .8rem 0;
}
.br-item-megamenu {
border-top: 0;
}
.border-b-sm-0 {
border-bottom: 0!important;
}
#submenu_muestras {
background-color: #1C2A33;
}
.megamenu-list>li>a:hover {
color: #fff;
}
.megamenu-list>li>a:hover {  background-color: transparent;
color: #fff; }
.list-group-flush>.list-group-item {
border-color: #55626c;
color: #ffffff;
padding: 1.2rem;
}
.list-group-flush>.list-group-item:hover{
background-color: #1397fc !important;
}
.list-group-flush>.list-group-item:hover a{
color: #ffffff;  }
.nav-menu .item-bri1:hover{
background-color: #f70404 !important;
}
.nav-menu .item-bri1.clicked {
color: #ffffff;
}
.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron { border-color: transparent #ffffff #ffffff transparent;
}
}
.btn-lang {
background-color: transparent;
border: none;
} #google_translate_element {
width: 300px;
float: right;
text-align: right;
display: block
}
.goog-te-banner-frame.skiptranslate {
display: none !important;
}
body {
top: 0px !important;
}
#goog-gt-tt {
display: none !important;
top: 0px !important;
}
.goog-tooltip skiptranslate {
display: none !important;
top: 0px !important;
}
.activity-root {
display: hide !important;
}
.status-message {
display: hide !important;
}
.started-activity-container {
display: hide !important;
}
.goog-text-highlight {
background-color: transparent !important;
box-shadow: none !important;
}
.tarjeta-servicio {
border: none;
box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
}
.tarjeta-servicio:hover {
transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}
@media (max-width: 768px) {
.tarjeta-servicio {
max-width: 95%;
margin: 0 auto;
padding: 2.5%;
}
}
.tarjeta-servicio2 {
border: none;
box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
}
.tarjeta-servicio2:hover {
transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}
@media (max-width: 768px) {
.tarjeta-servicio2 {
max-width: 98%;
margin: 0 auto;
padding: 1%;
}
}
.card-servicio {
border-radius: 4px;
background: #fff;
box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
transition: .3s transform cubic-bezier(.155, 1.105, .295, 1.12), .3s box-shadow, .3s -webkit-transform cubic-bezier(.155, 1.105, .295, 1.12);
padding: 14px 80px 18px 36px;
cursor: pointer;
}
.card-servicio:hover {
transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
}
.card-servicio h3 {
font-weight: 600;
}
.card-servicio img {
position: absolute;
top: 20px;
right: 15px;
max-height: 120px;
}
.card-12 {
background-image: url(https://ionicframework.com/img/getting-started/ionic-native-card.png);
background-repeat: no-repeat;
background-position: right;
background-size: 80px;
}
.card-2 {
background-image: url(https://ionicframework.com/img/getting-started/components-card.png);
background-repeat: no-repeat;
background-position: right;
background-size: 80px;
}
.card-3 {
background-image: url(https://ionicframework.com/img/getting-started/theming-card.png);
background-repeat: no-repeat;
background-position: right;
background-size: 80px;
}
@media(max-width: 990px) {
.card-servicio {
margin: 20px;
}
}
section.image {
position: relative;
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/carusel/carousel_2.2.jpg) no-repeat fixed;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 300px;
}
.volar {
color: #fff;
display: flex;
justify-content: center;
align-items: center;
}
.volar2 {
color: #fff;
justify-content: center;
align-items: center;
margin: 0rem;
padding: 4rem;
text-align: center;
}
.enunciado {
color: #fff;
justify-content: center;
align-items: center;
margin: 0rem;
padding: 4rem;
text-align: center;
}
.volartexto {
color: #fff;
display: flex;
justify-content: center;
align-items: center;
margin: 0rem;
padding: 0rem;
}
.contacto2 {
position: relative;
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/contactanos/cover-5.jpg) no-repeat center fixed;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 300px;
display: flex;
justify-content: center;
align-items: center;
}
.contacto {
position: relative;
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/servicios2.webp) no-repeat center fixed;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 300px;
display: flex;
justify-content: center;
align-items: center;
}
.servicio {
position: relative;
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/servicios.webp) no-repeat center fixed;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 300px;
display: flex;
justify-content: center;
align-items: center;
}
.nosotros {
position: relative;
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/nosotros1.webp) no-repeat center fixed;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 300px;
min-width: 30px;
}
.muestras1 {
position: relative;
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/muestras1.webp) no-repeat center fixed;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 300px;
min-width: 30px;
}
.aplicaciones {
position: relative;
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/aplicaciones.webp) no-repeat center fixed;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 300px;
min-width: 30px;
}
.muestras {
position: relative;
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/muestras.webp) no-repeat center fixed;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 300px;
min-width: 30px;
}
.anexo {
position: relative;
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/anexo.webp) no-repeat center fixed;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
min-height: 300px;
min-width: 30px;
}
@media (max-width:768px) {
div#tp_defecto {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_pdefecto_mob.webp) no-repeat center;
background-position: center center;
min-height: 100px;
min-width: 30px;
}
div#tp_judicial {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_pjudicial_mob.webp) no-repeat center;
background-position: center center;
min-height: 100px;
min-width: 30px;
}
div#tp_privada {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_pprivada_mob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#nosotros {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_nosotros_mob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_ppredisposicion {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_predispo_mob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_abuelidad {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_pabuelidad_mob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
} div#tp_tiosobrino { 
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_ptiosobrinomob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_fragmentacion_del_adn {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/frag_adnmob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_espermatograma {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/espermatogramamob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_oxidacion_del_adn {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/oxidamob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_cariotipo {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_pcariotipo_mob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_prueba_de_ascendencia_ancestria {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/ancestriamob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_linaje_masculino_cromosoma_y {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/linajexymob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_linaje_femenino_adn_mitocondrial {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/linajexxmob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_exhumacion_por_adn {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/exhumamob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_cancer_prostata {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/prostata_mob.webp) no-repeat center;
background-position: center center;
min-height: 100px;
min-width: 30px;
}
div#tp_cancer_hereditario_masculino {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/masculino_mob.webp) no-repeat center;
background-position: center center;
min-height: 100px;
min-width: 30px;
}
div#tp_cancer_hereditario_mama_ovario {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/mama_ovario_mob.webp) no-repeat center;
background-position: center center;
min-height: 100px;
min-width: 30px;
}
div#tp_cancer_hereditario_femenino {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/femenino_mob.webp) no-repeat center;
background-position: center center;
min-height: 100px;
min-width: 30px;
}
div#tp_cancer_colorrectal {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/colorrectal_mob.webp) no-repeat center;
background-position: center center;
min-height: 100px;
min-width: 30px;
}
div#tp_cancer_pancreas {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/pancreas_mob.webp) no-repeat center;
background-position: center center;
min-height: 100px;
min-width: 30px;
}
div#tp_test_de_compatibilidad_genetica_portadores {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/portadormob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_test_prenatal_no_invasivo_nipt {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/niptmob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_secuencia {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/exomamob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_genoma {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/genomamob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_privada {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_pprivada_mob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_peso_saludable {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/pesosa_mob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_gemelaridad {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_pgemelaridad_mob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_infidelidad {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_pinfidelidad_mob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_hermanidad {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_phermanidad_mob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_maternidad {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_pdefecto_mob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_peritopartes {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_pperito_mob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#consultoria {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_consultoria_mob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}    
div#tp_consultoria_genetica {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_consultoria_mob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
div#tp_consultoria_cancer {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_consultoria_mob.webp) no-repeat center;
background-position: center top;
min-height: 100px;
min-width: 30px;
}
.nosotros {
position: relative;
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/nosotros1_mob.webp) no-repeat center fixed;
background-position: center center;
min-height: 280px;
min-width: 100px;
}
.muestras1 {
position: relative;
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/muestras1_mob.webp) no-repeat center fixed;
background-position: center center;
min-height: 280px;
min-width: 100px;
}
}
.sombra-titulo {
text-shadow: -5px -1px 5px #3f38389c;
}
.tipo-prueba,
.banner-titulo-defecto {
position: relative; min-height: 100px;
min-width: 30px;
}
.tipo-prueba>p {
font-size: 3em;
color: #fff;
font-family: Poppins, sans-serif;
}
@media (max-width: 768px) {
.tipo-prueba>p {
font-size: 2.3rem; color: #fff;
font-family: Poppins, sans-serif;
}
}
.h4-p {
font-family: Poppins, sans-serif !important;
font-size: 1.2em;
}
@media (max-width: 768px) {
.h4-p {
font-size: 2rem !important; color: #fff;
font-family: Poppins, sans-serif;
}
}
#banner_defecto {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pa_laboratorio.webp) no-repeat;
background-position: left bottom;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
} #banner_defectoi {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pa_infi.webp) no-repeat;
background-position: left bottom;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_defecto {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_pdefecto.webp) no-repeat;
background-position: left bottom;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_privada {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_pprivada.webp) no-repeat;
background-position: left bottom;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_judicial {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_pjudicial.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#nosotros {
position: relative;
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_nosotros.webp) no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
background-position: center;
display: flex;
justify-content: center;
align-items: center;
}
#tp_maternidad {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_pdefecto.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_ppredisposicion {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_predispo.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_abuelidad {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_pabuelidad.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_tiosobrino {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_ptiosobrino.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_sensibilidad_a_los_alimentos_y_las_mascotas {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/mascotamob.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_peso_saludable {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/pesosa.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_cuidado_de_la_piel_con_adn {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/cuidadopielmob.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_exhumacion_por_adn {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/exhuma1.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_cancer_hereditario_masculino {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/masculino.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_cancer_prostata {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/prostata.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_cancer_hereditario_femenino {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/femenino.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_cancer_hereditario_mama_ovario {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/mama_ovario.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_cancer_colorrectal {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/colorrectal.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_cancer_pancreas {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/pancreas.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_test_de_compatibilidad_genetica_portadores {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/portador1.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_cariotipo {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_pcariotipo.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_prueba_de_ascendencia_ancestria {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/ancestria1.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_linaje_masculino_cromosoma_y {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/linajexy.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_linaje_femenino_adn_mitocondrial {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/linajexx.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_fragmentacion_del_adn {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/frag_adn1.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_espermatograma {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/espermatograma1.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_oxidacion_del_adn {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/oxida1.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_gemelaridad {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_pgemelaridad.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_hermanidad {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_phermanidad.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_infidelidad {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_pinfidelidad.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_peritopartes {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_pperito.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_tiosobrino {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_ptiosobrino.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_test_prenatal_no_invasivo_nipt {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/nipt.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_secuencia {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/exoma.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_genoma {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/genoma.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#consultoria {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_consultoria.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_consultoria_genetica {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_consultoria.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#tp_consultoria_cancer {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pruebas/p_consultoria.webp) no-repeat;
background-position: center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
#banner_defecto {
background: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/img/parallax/pa_laboratorio.webp) no-repeat;
background-position: left bottom;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
.ft-social-link {
color: #dddddd;
}
.ft-social-link:hover {
color: #fff;
text-decoration: none;
}
.ft-social-icono {
text-align: center;
padding: .5em;
margin-right: 5px;
cursor: pointer;
}
footer {
color: #fff;
background-attachment: fixed;
background-color: #343a40; background-size: cover;
background-position: bottom;
}
footer p {
color: #fff;
}
footer a {
color: #fff;
}
.social-pet li {
display: inline-block;
margin-right: 10px;
margin-bottom: 40px;
}
.social-pet li a {
height: 35px;
width: 35px;
border-radius: 50%;
text-align: center;
display: block;
line-height: 35px;
background-color: #3a5a95;
color: #fff;
}
.social-pet li:nth-child(2) a {
background-color: #dd4f43;
}
.social-pet li:nth-child(3) a {
background-color: #6b27b2;
}
.social-pet li a:hover {
background-color: #0141a2;
}
.social-pet li a:hover i {
transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
}
.recent-post li {
display: block;
color: #ccc;
margin-bottom: 25px;
}
.recent-post li label {
float: left;
border: 2px solid #ccc;
padding: 1px 7px;
text-align: center;
}
.recent-post li label span {
color: #fff;
}
footer .input-group-addon {
background-color: #0141a2;
padding: 10px;
}
.f-address li {
display: inline-block;
}
.f-address li i {
color: #2995de;
font-size: 18px;
}
.f-address li a {
color: #fff;
}
.logo-adn {
float: left;
height: 50px;
width: 50px;
padding: 0px 10px 10px 0px;
} .copyright {
background-color: #dd4f43;
padding: 12px 0;
font-size: 14px;
bottom: 0;
left: 0;
width: 100%;
position: absolute;
}
footer {
position: relative;
}
@font-face {
font-family: "Flaticon";
src: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/css/flaticon/Flaticon.eot);
src: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/css/flaticon/Flaticon.eot?#iefix) format("embedded-opentype"), url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/css/flaticon/Flaticon.woff) format("woff"), url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/css/flaticon/Flaticon.ttf) format("truetype"), url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/css/flaticon/Flaticon.svg#Flaticon) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Flaticon";
src: url(//www.pruebaadnpaternidad.com/wp-content/themes/adnsolutions_v2/assets/css/flaticon/Flaticon.svg#Flaticon) format("svg");
}
}
[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
font-family: Flaticon; font-style: normal; }
.flaticon-aim:before {
content: "\f100";
}
.flaticon-airbnb:before {
content: "\f101";
}
.flaticon-android:before {
content: "\f102";
}
.flaticon-apple:before {
content: "\f103";
}
.flaticon-appneta:before {
content: "\f104";
}
.flaticon-asana:before {
content: "\f105";
}
.flaticon-behance:before {
content: "\f106";
}
.flaticon-bing:before {
content: "\f107";
}
.flaticon-bitbucket:before {
content: "\f108";
}
.flaticon-blogger:before {
content: "\f109";
}
.flaticon-chime:before {
content: "\f10a";
}
.flaticon-coderwall:before {
content: "\f10b";
}
.flaticon-delicious:before {
content: "\f10c";
}
.flaticon-disqus:before {
content: "\f10d";
}
.flaticon-dribbble:before {
content: "\f10e";
}
.flaticon-drive:before {
content: "\f10f";
}
.flaticon-dropbox:before {
content: "\f110";
}
.flaticon-ello:before {
content: "\f111";
}
.flaticon-envato:before {
content: "\f112";
}
.flaticon-facebook:before {
content: "\f113";
}
.flaticon-feedburner:before {
content: "\f114";
}
.flaticon-finder:before {
content: "\f115";
}
.flaticon-flickr:before {
content: "\f116";
}
.flaticon-forrst:before {
content: "\f117";
}
.flaticon-foursquare:before {
content: "\f118";
}
.flaticon-github:before {
content: "\f119";
}
.flaticon-google-plus:before {
content: "\f11a";
}
.flaticon-grooveshark:before {
content: "\f11b";
}
.flaticon-houzz:before {
content: "\f11c";
}
.flaticon-ibooks:before {
content: "\f11d";
}
.flaticon-icloud:before {
content: "\f11e";
}
.flaticon-instagram:before {
content: "\f11f";
}
.flaticon-linkedin:before {
content: "\f120";
}
.flaticon-lynard:before {
content: "\f121";
}
.flaticon-mailbox:before {
content: "\f122";
}
.flaticon-marketo:before {
content: "\f123";
}
.flaticon-microsoft:before {
content: "\f124";
}
.flaticon-mixpanel:before {
content: "\f125";
}
.flaticon-music:before {
content: "\f126";
}
.flaticon-office:before {
content: "\f127";
}
.flaticon-paypal:before {
content: "\f128";
}
.flaticon-peek:before {
content: "\f129";
}
.flaticon-pinterest:before {
content: "\f12a";
}
.flaticon-playstore:before {
content: "\f12b";
}
.flaticon-quora:before {
content: "\f12c";
}
.flaticon-sharethis:before {
content: "\f12d";
}
.flaticon-shazam:before {
content: "\f12e";
}
.flaticon-sketch:before {
content: "\f12f";
}
.flaticon-skype:before {
content: "\f130";
}
.flaticon-smug:before {
content: "\f131";
}
.flaticon-soundcloud:before {
content: "\f132";
}
.flaticon-spotify:before {
content: "\f133";
}
.flaticon-steam:before {
content: "\f134";
}
.flaticon-swarm:before {
content: "\f135";
}
.flaticon-swift:before {
content: "\f136";
}
.flaticon-testflight:before {
content: "\f137";
}
.flaticon-tumblr:before {
content: "\f138";
}
.flaticon-twitch:before {
content: "\f139";
}
.flaticon-twitter:before {
content: "\f13a";
}
.flaticon-uber:before {
content: "\f13b";
}
.flaticon-ui8:before {
content: "\f13c";
}
.flaticon-utorrent:before {
content: "\f13d";
}
.flaticon-viber:before {
content: "\f13e";
}
.flaticon-vimeo:before {
content: "\f13f";
}
.flaticon-whatsapp:before {
content: "\f140";
}
.flaticon-windows:before {
content: "\f141";
}
.flaticon-wunderlist:before {
content: "\f142";
}
.flaticon-xing:before {
content: "\f143";
}
.flaticon-yelp:before {
content: "\f144";
}
.flaticon-youtube:before {
content: "\f145";
}
.flaticon-zen:before {
content: "\f146";
}