
* {
    margin: 0; padding: 0; margin: 0; border: 0;
}

html, body {
    height: 100%; padding: 0; margin: 0; border: 0;
    max-width: 100%;
    font-family: 'Titillium', sans-serif;
}

/* TAMANYOS VARIOS */
.w10 {
	width: 10%;
}
.w20 {
	width: 20%;
}
.w25 {
	width: 25%;
}
.w30 {
	width: 30%;
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w75 {
	width: 75%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w100 {
	width: 100%;
}
.h75 {
	height: 75%;
}
.h90 {
	height: 90%;
}
.h100 {
	height: 100%;
}
/* FIN TAMANYOS VARIOS */

/* POSICIONES */
.txtizq {
	text-align: left;
}
.txtcnt {
	text-align: center;
}
.txtder {
	text-align: right;
}
/* FIN POSICIONES */

/* COLORES */
.txtwhite {
	color: #FFFFFF;
}
.txtazul {
	color: #009ce3;
}
.txtgris {
	color: #656563;
}
.txtshwhite {
	text-shadow: 0px 0px 3px rgba(255, 255, 255, 1);
}
.txtshblack {
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 1);
}
.boxshwhite{
	box-shadow: 0px 0px 5px rgba(255,255,255,0.4);
}
.boxshblack{
	box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}
/* FIN COLORES */

/* HEADER */
.headerlogo {
	background-color: #009ce3;
	padding: 5px;
	box-sizing: content-box;
}

/* FIN HEADER */

/* FORM */
.inputazul {
	border: 2px solid #009ce3;
	border-radius: 0px;
	padding: 1.5em;
	box-sizing: border-box;
	background-color: transparent;
}
.btnazul {
	color: #FFFFFF;
	border: 0px solid #009ce3;
	border-radius: 0px;
	box-sizing: border-box;
	background-color: #009ce3;
}
input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #009ce3;
    opacity: 1; /* Firefox */
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #009ce3;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #009ce3;
}
/* FIN FORM */

/* SECCIONES */
.sec1 {
	background-image: url('/imgs/bg_sec_1.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.padsup1 {
	padding-top: 2em;
	box-sizing: border-box;
}
.padsup2 {
	padding-top: 10em;
	box-sizing: border-box;
}
.bgformwhite {
	background-color: rgba(255, 255, 255, 0.75);
}
.divform {
	margin: auto;
	margin-top: 1em;
	margin-bottom: 2em;
	box-sizing: border-box;
	padding-top: 2em;
	padding-bottom: 2em;
}
.politxt {
	font-size: 10px;
}
.sec2 {
	padding-top: 3em;
	padding-bottom: 3em;
	box-sizing: border-box;
}
.sec2 .txthead {
	width: 50%;
	color: #009ce3;
	text-align: center;
	box-sizing: border-box;
}
.sec2 .txthead h1 {
	font-size: 30px;
}
.sec2 .txthead div {
	font-size: 20px;
	font-weight: lighter;
}
.sec2 .txthead div span {
	color: #FFFFFF;
	background-color: #009ce3;
	padding: 0.2em;
}
.sec3 {
	background-image: url('/imgs/bg_sec_3.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.sec3 .container {
	width: 70%;
	padding-top: 50px;
	padding-bottom: 50px;
	box-sizing: border-box;
	color: #FFFFFF;
	font-weight: lighter;
}
.sec3 .container p {
	text-align: justify;
	font-size: 14px;
	padding-bottom: 10px;
}
.sec3 .container div.row > div > div {
	font-size: 18px;
	padding-bottom: 10px;
}
.sec3 .container .row div:last-child {
	margin-top: 30px;
}
.sec4 {
	padding-top: 3em;
	padding-bottom: 3em;
	box-sizing: border-box;
}
.sec4 .container > div > div:first-child {
	text-align: right;
}
.sec4 .container > div > div:last-child {
	text-align: left;
}
/* FIN SECCIONEs */

.footer {
	color: #FFFFFF;
	background-color: #2d2f30;
	height: 10em;
	padding-top: 2em;
	box-sizing: border-box;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
}

/* MENU PANEL */
.enlacesestaticos {
	/*display: none;*/
	/*position: fixed;*/
	top:0px;
	left: 0px;
	width: 100%;
	height: 50px;
	padding-top: 0px;
	padding-bottom: 5px;
	z-index: 9;
	background-image: url('https://cpcseguro.com/wp-content/uploads/2020/11/logo_preventivamkt.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 80%;
}
.mbs-panel {
	/*
	position: fixed;
	width: 295px;
	height: 100%;
	top: 0;
	z-index: 260;
	transition: all 500ms;
	background-color: #dbdbdb;
    margin-top: 50px;
    */
    position: fixed;
    top: 0;
    bottom: 0;
    width: 295px;
    background-color: #dbdbdb;
    margin-top: 50px;
    z-index: 260;
    overflow: scroll;
    transition: all 500ms;
    /* uncomment to get smooth momentum scroll, but also a rubber band effect */
    -webkit-overflow-scrolling: touch;
}
.mbs-panel.mbs-left[data-index="2"].unfolded {
	left: -9px;
	
}
.mbs-panel.mbs-left[data-index="2"].unfolded > ul > li {
	padding-left: 19px !important;
}
.mbs-panel.mbs-right[data-index="2"].unfolded {
	right: -9px;
	
}
.mbs-panel.mbs-right[data-index="2"].unfolded > li {
	padding-right: 19px;
}
.mbs-panel.mbs-left[data-index="3"].unfolded {
	left: -18px;
}
.mbs-panel.mbs-left[data-index="3"].unfolded > ul > li {
	padding-left: 28px !important;
}
.mbs-panel.mbs-right[data-index="3"].unfolded {
	right: -18px;
}
.mbs-panel.mbs-right[data-index="3"].unfolded > ul > li {
	padding-right: 28px;
}
.mbs-panel.mbs-left {
	opacity: 0;
	left: -300px;
	box-shadow: 3px 0px 4px rgba(0,0,0,0.4);
}
.mbs-panel.mbs-right {
	opacity: 0;
	right: -300px;
	box-shadow: -3px 0px 4px rgba(0,0,0,0.4);
}
.mbs-panel.mbs-right.unfolded {
	opacity: 1;
	right: 0;
}
.mbs-panel.mbs-left.unfolded {
	opacity: 1;
	left: 0;
}

.mbs-panel {
	overflow-y: auto;
}
.mbs-panel > ul {
	padding-left: 0px;
}

.mbs-panel > ul > li.mbs-panel-header {
	font-weight: 500;
	padding-left: 1rem;
	height: 4rem;
	line-height: 4rem;
	background: #c4c4c4;
}

.mbs-panel > ul > li {
    overflow: hidden;
    text-align: left;
    height: 5rem;
    padding-top: 10px;
    padding-left: 2rem;
    box-sizing: border-box;
    font-size: 1.9rem;
    font-weight: 300;
    position: relative;
    border: 1px solid #c4c4c4;
    border-top: none;
    border-left: none;
    border-right: none;
}

.mbs-panel > ul > li.livolver {
	background-color: #757575;
}

.mbs-panel > ul > li.livolver a {
	color: #FFFFFF;
}

.mbs-panel > ul > li.menuselected {
	background-color: #a61341;
}

.mbs-panel > ul > li.menuselected a {
	color: #ffffff;
}

.mbs-panel > ul > li > a {
	display: block;
	text-decoration: none;
	color: #000000;
}

.mbs-panel > ul > li.arrow-right::after{
	content:"";
	/*background:url("/imgs/menu-arrow-right.png") no-repeat;*/
	width:5px;
	height:8px;
	position:absolute;
	right:1rem;
	top:50%;
	margin-top:-4px;
}

.mbs-panel > ul > li.arrow-left::before{
	content:"";
	width:5px;
	height:8px;
	display:inline-block;
	/*background:url("/imgs/menu-arrow-left.png") no-repeat;*/
}

/* Bloque flotante */
.floatCall {
	width: 400px;
	height: 100px;
	position: absolute;
	display: flex;
	z-index: 500;
	top: 200px;
}
/* Fin Bloque Flotante */

/* botón flotante */
.float{
	position: fixed;
	top: 40px;
	right: 40px;
	background-color: #009CE3;
	color: #FFF;
	border-radius: 10px;
	text-align: center;
	box-shadow: 2px 2px 3px #999;
	z-index: 500;
	padding: 20px;
}
.float:hover {
	text-shadow: 0 0 5px #ffffff;
	color: #ffffff !important;
}
.float a:hover, float a:focus {
	text-shadow: 0 0 5px #ffffff;
	color: #ffffff !important;
}

.my-float{
	margin-top:15px;
	color: white;
}
/* Fin botón flotante */

/* Efecto vibración */

.llamada {
	/*
	animation-name: vibra;
	animation-duration: 1s;
	animation-delay: 2s;
	*/
}


.llamada:hover {
	/*
	  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	  transform: translate3d(0, 0, 0);
	  backface-visibility: hidden;
	  perspective: 1000px;
	  */
	}
	
	@keyframes shake {
	  10%, 90% {
		transform: translate3d(-1px, 0, 0);
	  }
	  
	  20%, 80% {
		transform: translate3d(2px, 0, 0);
	  }
	
	  30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	  }
	
	  40%, 60% {
		transform: translate3d(4px, 0, 0);
	  }
	}
@keyframes vibra {
	  10%, 90% {
		transform: translate3d(-1px, 0, 0);
	  }
	  
	  20%, 80% {
		transform: translate3d(1px, 0, 0);
	  }
	
	  30%, 50%, 70% {
		transform: translate3d(-2px, 0, 0);
	  }
	
	  40%, 60% {
		transform: translate3d(2px, 0, 0);
	  }
	  10%, 90% {
		transform: translate3d(0px, 0, 0);
	  }
	  
	}
/* Fin Efecto vibración */
/* Inicio imagen circular */
.circular--landscape {
	  display: inline-block;
	  position: relative;
	  width: 100px;
	  height: 100px;
	  overflow: hidden;
	  border-radius: 50%;
	}
	
.circular--landscape img {
  width: auto;
  height: 100%;
  margin-left: -50px;
}
/* Fin imagen circular */
/* FIN MENU PANEL */
/*
@media only screen 
and (min-device-width : 694px) 
and (max-device-width : 1024px)  { 

	.headerlogo img.w20 {
		width: 30%;
	}
	
}
*/

/* TOP BUTTON */
#topbtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 1;
  border: none;
  outline: none;
  background-color: #3165e6;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}

#topbtn:hover {
  background-color: #555;
}

/* MODIFICACIONES PARA ADAPTAR WORDPRESS */
#main-header {
    line-height: 23px;
}

#main-header .logo_container {
	height: 83px;
	text-align: center;
}

#main-header .container {
    text-align: center;
}

#main-header div#et-top-navigation {
    bottom: 0;
    position: relative;
    width: 100%;
}

#et-top-navigation {
    font-weight: 600;
}

nav#top-menu-nav {
    display: inline-block;
    float: none;
	margin-top: 4px;
}

#top-menu-nav {
    line-height: 0;
}

#top-menu {
	float: none;
	line-height: 0;
}

#top-menu li {
    display: inline-block;
    font-size: 16px;
    padding-right: 22px;
	position: relative;
    line-height: 1em;
}

#et-secondary-menu li, #top-menu li {
    word-wrap: break-word;
}

img#logo {
	height: 84%;
	max-height: 84%;
	float: none;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	margin-bottom: 0;
	display: inline-block;
	float: none;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
}

.et_pb_section_1_tb_footer.et_pb_section {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    background-color: #336e98 !important;
}

.et_pb_row {
    padding: 0% 0;
}

.et_pb_row_1_tb_footer.et_pb_row {
    padding-top: 11px !important;
    padding-bottom: 12px !important;
    padding-top: 11px;
    padding-bottom: 12px;
}

.et_pb_text_2_tb_footer.et_pb_text, .et_pb_text_2_tb_footer.et_pb_text a {
    color: #e1e2e3 !important;
}

.et_pb_text_2_tb_footer {
    font-family: 'Abhaya Libre',Georgia,"Times New Roman",serif;
    font-weight: 800;
    font-size: 17px;
}


/* FIN TOP BuTTON */
@media screen and (max-width : 478px) {
	/*
	.circular--landscape {
		display: none;
	}
	*/
}
@media screen and (max-width : 768px){
		
	/* MENU */
	.enlacesestaticos {
		position: fixed;
	}
	span.icon-bar {
		background-color: #FFFFFF;
	}
	.navbar-toggle {
		display: initial;
		float: left;
		margin-right: 10px;
	}
	
	button.navbar-toggle {
		background-color: transparent;
		border-radius: 0px 5px 5px 0px;
	}
	
	.navbar-toggle-left {
		float: right;
		margin-top: 5px;
		margin-bottom: 0px;
	}
	/* FIN MENU */
	
	
	.headerlogo {
		position: fixed;
		top: 0px;
		height: 40px;
		width: 100%;
		z-index: 9;
	}
	.headerlogo img.w20 {
		/* width: 50%; */
		height: 100%;
	}
	
	.sec1 .container.center-block.txtcnt .row .col-md-6.txtizq.padsup1 .w90 .w100 {
		padding-right: 7em;
	}
	
	.sec2 .txthead {
		width: 100%;
	}
	
	
	.sec3 .container {
		width: 100%;
	}
	
	
	.sec4 .container > div > div:first-child {
		text-align: center;
	}
	.sec4 .container > div > div:last-child {
		text-align: center;
	}
	
}

