@font-face {
  font-family: "Poppins";
    /*
  src: url("fonts/ITCFranklinGothicStd-Book.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/ITCFranklinGothicStd-Book.otf") format("opentype"),
    url("fonts/ITCFranklinGothicStd-Book.woff") format("woff"),
    url("fonts/ITCFranklinGothicStd-Book.ttf") format("truetype"),
    url("fonts/ITCFranklinGothicStd-Book.svg#ITCFranklinGothicStd-Book")
      format("svg");
    */
  font-weight: normal;
  font-style: normal;
}

/*
@font-face {
  font-family: "Franklin-bold";
  src: url("fonts/ITCFranklinGothicStd-Demi.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/ITCFranklinGothicStd-Demi.otf") format("opentype"),
    url("fonts/ITCFranklinGothicStd-Demi.woff") format("woff"),
    url("fonts/ITCFranklinGothicStd-Demi.ttf") format("truetype"),
    url("fonts/ITCFranklinGothicStd-Demi.svg#ITCFranklinGothicStd-Demi")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Franklin-regular-italic";
  src: url("fonts/ITCFranklinGothicStd-BookIt.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/ITCFranklinGothicStd-BookIt.otf") format("opentype"),
    url("fonts/ITCFranklinGothicStd-BookIt.woff") format("woff"),
    url("fonts/ITCFranklinGothicStd-BookIt.ttf") format("truetype"),
    url("fonts/ITCFranklinGothicStd-BookIt.svg#ITCFranklinGothicStd-BookIt")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Franklin-bold-italic";
  src: url("fonts/ITCFranklinGothicStd-DemiIt.eot?#iefix")
      format("embedded-opentype"),
    url("fonts/ITCFranklinGothicStd-DemiIt.otf") format("opentype"),
    url("fonts/ITCFranklinGothicStd-DemiIt.woff") format("woff"),
    url("fonts/ITCFranklinGothicStd-DemiIt.ttf") format("truetype"),
    url("fonts/ITCFranklinGothicStd-DemiIt.svg#ITCFranklinGothicStd-DemiIt")
      format("svg");
  font-weight: normal;
  font-style: normal;
}
*/
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
tt,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: 0 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
div {
  display: block;
  box-sizing: border-box;
}
div.pagecontainer {
	display: block;
	box-sizing: border-box;
	width: 86%;
	height: auto;
    margin: 30px auto;
    border-width: 3px;
    border-style: solid;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-color: #418FDE;
    border-top-color: rgb(65, 143, 222);
    border-right-color: rgb(65, 143, 222);
    border-bottom-color: rgb(65, 143, 222);
    border-left-color: rgb(65, 143, 222);
    border-radius: 32px;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
    border-bottom-left-radius: 32px;
}
.container {
  max-width: 1080px;
  margin: 0 auto;
  width: 96%;
}
div.footercontainer {
	display: block;
	box-sizing: border-box;
	width: 82%;
	height: auto;
	margin: 30px auto;
}
img {
  max-width: 100%;
  height: auto;
}
h1 {
  font-family: "Poppins";
  font-size: 4rem;
  line-height: 1.1em;
  color: #418FDE;
}
h2 {
  font-family: "Poppins";
  font-weight: bold;
  font-size: 26px;
  line-height: 1.1em;
  color: #418FDE;
}
h4 {
  font-family: "Poppins";
  font-weight: bold;
  font-size: 26px;
  line-height: 1.1em;
  color: #000;
}

p,
span,
label,
a,
h3,
div {
  font-family: "Poppins";
}
header {
  background: #006dff;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999999;
}
.logocontainer {
  padding: 8px 0px;
}
.logocontainer img {
  width: 240px;
}
.allcontainer {
  padding-top: 55px;
}
.bg1 {
  background-image: url("../img/bg1.png");
  background-position: center;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  padding: 100px 0px 150px;
}
.tittle {
  width: 100%;
  max-width: 390px;
}
.row {
  display: flex;
}
.column {
}
.column100 {
  flex: 50%;
}
.column50 {
  flex: 50%;
}
.column30 {
  flex: 33%;
}
.row2 {
  text-align: center;
  margin-top: -60px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.row2 img {
  width: 120px;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  border-radius: 50%;
}
.row2 h2 {
  padding: 10px 0px 5px;
}
.row3 {
  padding: 30px 0px;
}
.legal {
  padding: 10px 0px;
  max-width: 900px;
  margin: 0 auto;
}
.legal p {
  font-size: 10px;
  color: #777777;
}
.tintae {
  font-size: 14px;
    color: #858488;
}
.row4 {
  padding: 30px 0px;
  text-align: center;
}
.row4 .btn {
  border-radius: 50px;
  padding: 13px 25px;
  box-shadow: 0 1px 6px 0 rgba(32, 33, 36, 0.28);
  transition: all 0.4s;
  cursor: pointer;
}
.btn.callme {
  margin: 10px 0px;
  border: 0px;
  background: #006dff;
  color: #fff;
  line-height: 1;
  display: inline-block;
}
.btn.callme:hover {
  background: #006dffd6;
}
.btn.call {
  margin: 10px 0px;
  border: 0px;
  background: #000;
  color: #fff;
  line-height: 1;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
}
.btn.call:hover {
  background: #000000c7;
}
.row4 span {
  display: block;
  font-size: 11px;
  color: #777777;
}
.row4 p {
  font-size: 12px;
}
.linksfoot {
  text-align: center;
  border-top: 1px solid #dedede;
  padding-top: 16px;
}
.linksfoot li {
  display: inline-block;
  padding: 0px 10px;
}
.linksfoot li a {
  font-size: 12px;
  color: #777777;
  text-decoration: none;
}
.linksfoot li a:hover {
  text-decoration: underline;
}
footer {
  padding: 0px 0px 50px;
}
.dropbtn {
  background-color: #ffffff00;
  color: white;
  padding: 16px;
  font-size: 14px;
  border: none;
  cursor: pointer;
}
.dropbtn:after {
  content: "";
  background: url(../img/dropdown.png);
  background-size: cover;
  opacity: 1;
  right: 0px;
  height: 13px;
  width: 13px;
  position: absolute;
  z-index: 0;
  margin-right: -11px;
  margin-top: 2px;
  transition: all 0.3s;
}
.inlinehead {
  display: inline-flex;
  flex: 49%;
  align-items: center;
}
.langselector.inlinehead {
  text-align: right;
  padding: 6px 0px;
  align-items: center;
  float: right;
}
.colblue {
  background: #006dff;
}
.logocontainer.inlinehead {
  text-align: left;
  align-items: center;
  float: left;
}
.dropdown {
  position: relative;
  display: inline-block;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  text-align: center;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  font-size: 12px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #ddd;
}
.show {
  display: block;
}
#primer-recibo, #primer-recibo2 {
    letter-spacing:.01em;
    color: #ED5277;
}

/* -------------------  Entre 1030px - 941px (iPad Pro)  ------------------- */
@media screen and (max-width:1030px) {
    div.pagecontainer, div.footercontainer {
        width: 96%;
    }
}
/* ----------------------  Entre 770px - 741px (iPad)  --------------------- */
@media screen and (max-width:770px) {
    div.pagecontainer {
        width: 98%;
        border-radius: 60px;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
        border-bottom-right-radius: 60px;
        border-bottom-left-radius: 60px;
    }
    .container {
        width: 96%;
    }
    div.footercontainer {
        width: 98%;
    }
	
}
@media screen and (max-width: 688px) {
    .row {
        /*display: block;*/
    }
    .logocontainer img {
        width: 180px;
    }
    .navcontainer {
        display: inline-flex;
        width: 100%;
        padding: 0px 22px;
        margin: 0 auto;
    }
    .navcontainer .dropdown {
        text-align: right;
        float: right;
        right: 31px;
        position: absolute;
    }
    .logocontainer {
        padding: 16px 0px;
    }
    .dropdown-content {
        min-width: 115px;
    }
    h1 {
        font-size: 3rem;
    }
    .column30 {
        padding-bottom: 30px;
    }
    .allcontainer {
        padding-top: 52px;
    }
}
/* ------------------  Entre 545px - 381px (Base Moviles) ------------------ */
@media screen and (max-width:545px) {
    div.pagecontainer {
        width: 96%;
        border-radius: 56px;
        border-top-left-radius: 56px;
        border-top-right-radius: 56px;
        border-bottom-right-radius: 56px;
        border-bottom-left-radius: 56px;
    }
    .container {
        width: 88%;
    }
    div.footercontainer {
        width: 98%;
    }
}
/* ------------------  Entre 380px - 366px (iPhone 6/7/8)  ----------------- */
@media screen and (max-width:380px) {
    div.pagecontainer {
        border-radius: 50px;
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
        border-bottom-right-radius: 50px;
        border-bottom-left-radius: 50px;
    }
    .container {
        width: 90%;
    }
}
/* --------------------  Entre 365px - 326px (Galaxy S5) ------------------- */
@media screen and (max-width:365px) {
    div.pagecontainer {
        border-radius: 40px;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        border-bottom-right-radius: 40px;
        border-bottom-left-radius: 40px;
    }
}
/* ----------------------  Menos de 325px (iPhone 5/SE) -------------------- */
@media screen and (max-width:325px) {
    div.pagecontainer {
        border-radius: 30px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        border-bottom-right-radius: 30px;
        border-bottom-left-radius: 30px;
    }
    .container {
        width: 92%;
    }
}
