@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800&display=swap');

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
}

a, img {
  transition: all 0.27s linear;
  -moz-transition: all 0.27s linear;
  -webkit-transition: all 0.27s linear;
  -o-transition: all 0.27s linear;
}

body {
  margin: 0;
  padding: 0;
  color: black;
  background: #f8f9f9;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;

}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  color: inherit;
}

/** HEADER *********************************************************************************/

header {
  background-color: #f7f7f7;
  padding-top: 18px;
  padding-bottom: 18px;
}

header .logotipo {
  max-width: 300px;
}

body {
  background-color: #f7f7f7;
}

.container {
  max-width: 1180px;
  margin: 0 auto;
}

header .container, .container-fluid {
  max-width: 1250px;
  margin: 0 auto;
}

.video_embed {
  width: 100%;
  max-width: 529px;
  margin: 0 auto;
  margin-top: 35px;
}

.logotipo {
  margin-left: 25px;
  margin-right: 25px;
}

header {
  border-bottom: 9px solid #565656;
}

.title_white {
  background-color: #FFF;
  text-align: center;
  color: #2eaadc;
  font-size: 32px;
  border-radius: 13px 13px 0px 0px;
  position: relative;
  z-index: 99999;
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  margin-top: -33px;
  padding: 10px 8px;
  font-weight: 700;
  margin-bottom: 20px;
}

.wrap_empresa, .wrap_familias {
  background-color: #FFF;
  padding: 0;
  padding-bottom: 100px;
}

.content_min {
  padding: 20px;
  width: 100%;
  max-width: 509px;
  margin: 0 auto;
  text-align: center;
}

.content_min p {
	margin-top:15px;
	margin-bottom:0;
  font-size: 15px;
  color: #808080;
  text-align: center;
}

.content_min p.intro {
  margin-bottom: 30px;
}

.btn_redClini{
	float:right;
	width: 250px;
	background-image: none !important;
}

.btn_blue,.btn_gray {
  background-size:26px !important;
  background: url("../images/arrow_right.png") 5px center  no-repeat;
}

.wrap_familias .intro {
  max-width: 348px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 45px;
}

.btn_blue {
  background-color: #2eaadc;
  color: #fff;
  font-size: 16px;
  font-weight: 300px;
  letter-spacing: normal;
  padding: 8px 15px;
  text-align: center;
  border-radius: 22px;
  cursor: pointer;
  margin: 18px 0 18px 0;
}

.btn_blue.btn_redClini{
	border-radius: 10px;
}

.btn_blue.buedist {
  background-color: #459bbf;
}

.btn_gray {
  background-color: #b2b2b2;
  color: #fff;
  font-size: 16px;
  font-weight: 300px;
  letter-spacing: normal;
  padding: 8px 15px;
  text-align: center;
  border-radius: 22px;
  cursor: pointer;
  margin: 18px 0 18px 0;
}

.btn_blue:hover,.btn_gray:hover {
  background-color: #f7ac19;
}

.p_relative {
  position: relative;
}

.border_blue {
  position: absolute;
  top: 45vh;
  left: 50%;
  margin-left: -5px;
  width: 10px;
  bottom: 100px;
  background-color: #2eaadc;
  border-radius: 10px;
  z-index: 9;
}

.title_section {
  font-size: 36px;
  font-weight: 300px;
}

.title_section span {
  font-weight: 900;
}

.bg_blue {
  background-color: #2eaadc;
  padding-top: 35px;
  padding-bottom: 20px;
  position: relative;
}

.bg_blue.buedist {
  background-color: #459bbf;
}

.bg_blue .title_section {
  color: #ffffff;
}

.bg_blue .subtitle {
  color: #ffffff;
  font-size: 20px;
}

.list_servicios {
  display: none;
  background-color: #f0f5f7;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #2eaadc;
}

.btn_arrow {
  height: 70px;
  width: 70px;
  line-height: 63px;
  border-radius: 50%;
  text-align: center;
  background-color: #2eaadc;
  border: 4px solid #fff;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -35px;
  z-index: 9;
  cursor: pointer;
}

.list_servicios ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.list_servicios ul li {
  font-size: 15px;
  color: #333;
}

.mod-titulo .orange{ margin-top:15px; font-weight:bold;}

img.img_rotate,
img.img_rotate_min {
  transition: all .35s linear;
  -moz-transition: all .35s linear;
  -webkit-transition: all .35s linear;
  -o-transition: all .35s linear;
  position: relative;
  z-index: 1;
}

img.img_rotate:hover {
}

img.rotate {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.otros_servicios {
  background: url("../images/bg_servicios.jpg") no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 800px;
}

.otros_servicios .container {
  padding-top: 20vh;
}

.otros_servicios h3 {
  font-size: 36px;
  font-weight: 300px;
  color: #2eaadc;
  margin-bottom: 65px;
}

.otros_servicios h3 span {
  font-weight: 900;
  border-bottom: 8px solid #2eaadc;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.otros_servicios .item {
  margin: 20px 0;
  color: #444444;
  font-size: 25px;
}

.otros_servicios .item img {
  margin-right: 15px;
}

.footer {
  background-color: #909090;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer p, .footer a {
  color: #fff;
  margin: 0;
  font-size: 16px;
}

.screen_popup{ display:none; width:100%;  max-width:800px; margin:0 auto; z-index:9999}
.screen_popup h3{ font-size:24px; font-weight:700; padding-bottom:10px; border-bottom:1px solid #ccc; color: #2eaadc; }

.copy{ text-align:right}
.producto {  border-bottom:1px solid #ccc}
.producto .nombre { float:left; width:80%; padding:3px 15px; background-color:#fff}
.producto .precio{ float:right; width:20%; text-align:right; padding:3px 15px; background-color:#2eaadc; color:#fff}

.clear{ display:block; float:none; clear:both}

.claim{ position:absolute; top:90px; width:100%; max-width:400px; margin:0 auto; left:0; right:0; text-align:center; font-weight:800; color:#000; font-style:italic; z-index:9; font-size:26px;text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.9);}

h2{ font-size:19px}
h4{ font-size:15px;}




.screenview{ 
position:fixed; top:0; left:0; right:0; bottom:0; width:100%; height:100%; 
background-color:rgba(255,255,255,1); 
display:none; z-index:99999; box-sizing:border-box; 
border:0px solid #f8f9f9;
padding:0px;
overflow-y:scroll;
}

.termino{ clear:both; margin:1px;   background-color:#fafdff; padding:7px; margin-bottom:22px; border:1px solid #cce1e9; border-radius:3px; position:relative}
.termino .title{/*  border-bottom:1px solid #cce1e9;  */ font-weight:600; color: #0f88b8; text-transform:uppercase}
.termino .text{ font-size:13px; padding-left:10px; padding-top:5px; color:#666;  }
.termino .imagen{ width:130px; border-radius:4px; border:2px solid #eee}
.termino .details{ display:none; }


.finder{ padding:6px; background-color:rgba(255,255,255,0.1); color:#FFF; min-height:45PX }
.finder input[type="text"]{ border:1px solid #3492b8; margin-left:15px; border-radius:3px; padding:4px; box-sizing:border-box; width:160px;}
.finder .clearbutton{ border:1px solid #3492b8; margin-left:0px; border-radius:3px; padding:4px; box-sizing:border-box; min-width:28px;}


.fixedtop{position:fixed; top:0; left:0; right:0; width:100%; z-index:99 }

.floatcloser{ float:right; padding:4px; border:2px solid rgba(255,255,255,0.5); border-radius:3px; padding-left:15px; padding-right:15px; color:#FFF; background-color: #2997c2; cursor:pointer}
.floatcloser:hover{ background-color: #61b0cf; }


.flexrow{ display:flex; flex:1; flex-direction:row;}

.flexrow .itemtitle{ width:80%;}

.flexrow .price{ width:20%; text-align:right; font-weight:600;}

.flexrow .controls{ width:20%; text-align:center}

.genbutton{}

#precios-garantizados h3{ margin-top:45px; }
#precios-garantizados h4{ margin-top:45px; font-weight:bold; color:#449CDD }

#servicios-gratuitos .termino{ margin-bottom:20px; }

.gotop{ background-color:#2caadcdb; color:#FFF; width:37px; height:37px; border-radius:50%; line-height:37px; font-weight:bold; text-align:center; cursor:pointer}

.cwhite{ color:#FFF}

.cwhite img{ border-radius:50%; border:3px solid #FFF; margin-right:15px; }

.btnplus{ margin-right:10px; cursor:pointer; }

.msgddeinfo{ display:none; padding:25px;}

button.btn_gray{ border:none; letter-spacing:normal}

.content_min .logotipo{ max-height:105px;}

@media(max-width: 768px) {
	.claim{ background-color:#f8f9f9; position:inherit; padding:25px 15px; top:0; font-size:17px;}
	
	h2{ font-size:16px}
	
	h3{ font-size:18px;}
	
	h4{ font-size:13px;}
	
	.termino .text{ font-size:12px; }
}



@media (max-width:800px){
.border_blue{ display:none}	
	.title_white {     max-width: 310px;}
	.content_min {
    padding: 34px; padding-bottom:0  
}
.content_min p.intro {
    margin-bottom: 2px;
	margin-top:25px;
}

.btn_gray,.btn_blue {
     
    font-size: 15px;
 	letter-spacing: 0px;  
     
    margin: 20px 0 30px 0;
    line-height: 25px;
}
 .title_section {
    font-size: 26px; 
}
.bg_blue .subtitle { 
    font-size: 19px;
}

.otros_servicios{     padding-left: 25px;
    padding-right: 20px;min-height: 694px;}
	 
.otros_servicios .item img {
    margin-right: 5px; max-width:30px
}
.otros_servicios .item {
    margin: 20px 0;
    color: #444444;
    font-size: 25px;
}
.otros_servicios .item { 
    font-size: 21px;
}
.otros_servicios h3 {
    font-size: 24px;
    font-weight: 300px;
    color: #2eaadc;
    margin-bottom: 46px;margin-top: 46px;
}

.otros_servicios .container {
    padding-top: 0;
}

.btn_arrow {
    height: 60px;
    width: 60px;
    line-height: 54px; 
    border: 3px solid #fff; 
    bottom: -30px; 
}

.footer img{ margin-bottom:20px;}
.copy{ text-align:center; margin-top:25px;}
.footer p, .footer a { 
    font-size: 16px;
}



}

@media (max-width:500px){
	header .logotipo {
    max-width: 135px;
}
.logotipo {
    margin-left: 8px;
    margin-right: 8px;
}
}
