@charset "UTF-8";
/** Let's target IE to respect aspect ratios and sizes for img tags containing SVG files** [1] IE9* [2] IE10+*/
/* 1 */

 /* Video */

.newsContainer {
    width: 100%;
    padding-bottom: 35px;
    background-image: url(../images/ed_images/panes-img.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* [disabled]-webkit-box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
    /* [disabled]box-shadow: inset 0px 3px 5px 0px rgba(4,4,4,0.52); */
    height: auto;
    background-color: #AB5E1B;
}
.top-margin-100px {
	margin-top: 100px;
}
.top-margin-150px {
	margin-top: 150px;
}
.top-margin-200px {
	margin-top: 200px;
}
.bottom-margin-100px {
	margin-bottom: 100px;
}
.bottom-margin-150px {
	margin-bottom: 150px;
}
.bottom-margin-200px {
	margin-bottom: 200px;
}
.top-margin-20px {
	margin-top: 20px;
}
.bottom-margin-20px {
	margin-bottom: 20px;
}
.line-height-30 {
	line-height: 30px;
}
.font-size-17 {
	font-size: 17px;
}
.font-size-80 {
	font-size: 80px;
}
.text-shadow-1 {
	text-shadow: 1px 1px 15px #323232;
}
.CenterAlign {
	text-align: center;
}

.bg-color-Mgrey {
    background-color: #eeeeee;
}
.contact-area {
    width: 100%;
    float: none;
}
.bottom-margin-50px {
    margin-bottom: 50px;
}
.border-color-green {
    border: medium solid #80bc00;
    background-color: #80bc00;
}
.border-thick-color-Dblue {
    border: thick solid #00324E;
    background-color: #80bc00;
}
.text-color-Dgrey {
    color: #6D6E71;
}

.top-margin-50px {
    margin-top: 50px;
}

.bg-color-red {
	background-color: #D00000;
}
.bg-color-green {
	background-color: #80BC00;
}
.bg-color-fushia {
	background-color: #B31983;
}
.bg-color-orange {
	background-color: #FFB600;
}
.bg-color-Dgray {
	background-color: #6D6E71;
}
.bg-color-Dblue {
	background-color: #023855;
}
.img-auto-size {
	width: 100%;
	height: auto;
}

.link-container {
  position: relative;
}

.link-image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.link-middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.link-container:hover .link-image {
  opacity: 0.3;
}

.link-container:hover .link-middle {
  opacity: 1;
}

.link-text {
  color: white;
  font-size: 20px;
}

.btn-icpr-blue {
    background-color: #0972B7;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: thin solid #0972B7;
    text-decoration: none;
}
.btn-icpr-orange {
    background-color: #FFB600;
    color: #003B5D;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: thin solid #FFB600;
    text-decoration: none;
}
.btn-icpr-orange:visited {
    background-color: #FFB600;
    color: #003B5D;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: thin solid #FFB600;
    text-decoration: none;
}
.btn-icpr-orange:hover {
    background-color: #0972B7;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: thin solid #0972B7;
    text-decoration: none;
}
.btn-icpr-blue:hover {
    background-color: #013754;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: thin solid #0972B7;
    text-decoration: none;
}
.btn-icpr-white {
    background-color: #FFFFFF;
    color: #89AA01;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: thin solid #89AA01;
    text-decoration: none;
}
.btn-icpr-green {
    background-color: #89AA01;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: thin solid #89AA01;
    text-decoration: none;
}
.btn-icpr-green:hover {
    background-color: #EEAD20;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: thin solid #EEAD20;
    text-decoration: none;
}
.btn-icpr-fushia{
    background-color: #E01668;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: thin solid #E01668;
    text-decoration: none;
}
.btn-icpr-fushia:hover {
    background-color: #9C0B46;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: thin solid #9C0B46;
    text-decoration: none;
}
.text-decoration-none {
    text-decoration: none;
}
.btn-icpr-white:hover {
    background-color: #89AA01;
    color: #FFFFFF;
    padding-top: 10px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    border: thin solid #89AA01;
    text-decoration: none;
}
.text-color-RBlue {
    color: #0972B7;
}
.link-color-white {
	color: #FFFFFF;
}
.link-color-white a:link {
	color: #FFFFFF;
}
.link-color-white a {
	color: #FFFFFF;
}
.hzeroAll {
	margin-left: 0px;
	margin-right: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
.bi-mouse2-fill {
    color: #89AA01;
}


input:disabled,
input[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
}

html {
    -ms-text-size-adjust: 100%;
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

div.parent {
  position: relative;
  height: 200px;
  border: 3px solid #8AC007;
}

div.absolute {
  position: absolute;
  width: 50%;
  top: 100%;
} 

div.relative {
  position: relative;
  width: 50%;
  top: 100%;
} 

div.fixed {
  position: fixed;
  width: 50%;
  top: 100%;
} 

div.sticky {
  position: sticky;
  top: 100%;
  z-index: -1px;
} 

ul {
    list-style: none;
}

a { color: inherit; text-decoration: none; } 

a:hover { color: inherit; text-decoration: none; }

a:visited { color: inherit; text-decoration: none; }

a:active { color: inherit; text-decoration: none; }

body {
    margin: 0;
    background-color: #fff;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    /* [disabled]color: #080808; */
}
a {background-color: transparent;}

.ie9 img[src*=".svg"] {
    width: 100%;
}
#noneScalePrint1 {
    width: 220px;
    height: 110px;
    -webkit-box-shadow: 0px 0px;
    box-shadow: 0px 0px;
}
.loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
	position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1000;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#mainHeader {
    width: 100%;
    height: 100px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1210px;
    padding-left: 10px
}
#mainHeader img {
    float: left
}
.horizontal-margins-0 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}
.registroTitle {
    color: hsla(204, 100%, 37%, 1.00);
    font-family: "Century Gothic", muli, "Avenir Light";
    font-weight: 300;
    text-align: left;
    padding-left: 15px;
    font-size: 20px
}
.registroInput {
    width: 100%;
    height: 45px;
    padding-left: 10px;
}

.top-margin-35 {
    margin-top: 35px
}
.top-margin-5 {
    margin-top: 5px
}
.vertical-margins-0 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0
}
.social-box-footer {
    width: 40px;
    float: left;
    margin-right: 3px
}
.top-margin-70 {
    margin-top: 70px;
}
.label-icpr {
    background-color: #EEAE1F;
    color: #FFFFFF;
    font-size: 55px;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 10px;
    padding-left: 10px;
}
.backgound-color-white {
	background-color: #FFFFFF;
}
.font-color-fushia {
	color: #860058;
}
.bottom-margin-15 {
	margin-bottom: 15px;
}
.bottom-margin-0 {
	margin-bottom: 0px;
}
.pointer {
	cursor: pointer;
}
.horizontal-padding-20px {
    padding-left: 20px;
    padding-right: 20px;
}
.top-margin-258minus {
    margin-top: -258px;
    font-size: medium;
}
.top-margin-15px {
	margin-top: 15px;
}
.font-size-12 {
    font-size: 12px;
}
.font-size-23 {
    font-size: 23px;
}
.top-margin-10px {
    margin-top: 10px;
}
.all-corners-flat {
    border-radius: 0px;
}
.background-color-orange {
    background-color: #E0A000;
}
.card-style-1 {
    background-color: #FFFFFF;
    border-radius: 19px;
    -webkit-box-shadow: 2px 2px 5px #545454;
    box-shadow: 2px 2px 5px #545454;
}
.top-margin-60px {
    margin-top: 60px;
}
.bottom-margin-75px {
    margin-bottom: 75px;
}
@media(min-width:1200px) {
    .headerContainer {
        height: 110px
    }
    .header-phone {
        height: 110px;
        float: right;
        text-align: right
    }
    .header-phone-text {
        color: hsla(0, 0%, 98%, 1.00);
        font-family: fredoka-one;
        font-style: normal;
        font-weight: 400;
        font-size: 35px;
        letter-spacing: 3px;
        float: right
    }
    .main-img-form {
    width: 100%;
    height: 499px;
    background-color: rgba(171,94,27,1.00);
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: thick solid rgba(148,20,58,1.00);
    background-image: url(../images/ed_images/panes-banner.webp);
    background-position: 51% 23%;
    }
    .item-form {
    height: auto;
    margin-top: -65px;
    }
    .submitStyle3 {
    width: 100%;
    height: 50px;
    border: thin solid #910047;
    background-color: #EC3D81;
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 23px
    }
    .submitStyle3:hover {
    width: 100%;
    height: 50px;
    border: thin solid #910047;
    background-color: #910047;
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px
    }
    .img-style-webAd {
        float: right
    }
    #noneScalePrint2 {
        width: 300px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-right-style: none
    }
    .headerContainer-mobile {
        height: 110px;
        display: none
    }
    .text-style-form-1 {
        font-size: 56px;
        color: rgba(96, 96, 96, 1.00);
        font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
        line-height: 70px
    }
    .text-style-form-2 {
        font-size: 38px;
        color: rgba(0, 114, 188, 1.00);
        font-family: "Century Gothic", muli, "Avenir Light";
        line-height: 70px;
        margin-top: -15px
    }
    .text-style-form-3 {
        font-size: 51px;
        color: rgba(18, 18, 18, 1.00);
        font-family: fredoka-one;
        line-height: 70px;
        font-style: normal;
    }
    .text-style-form-4 {
        font-size: 36px;
        color: rgba(18, 18, 18, 1.00);
        font-family: abel;
        line-height: 70px;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 0
    }
    .text-size-2 {
        font-size: 90px
    }
    .vertical-align-middle {
        vertical-align: middle
    }
    .right-border-style-1 {
        border-right: thin dashed #FFF
    }
    .left-border-style-1 {
        border-left: thin dashed #FFF
    }
    .right-border-style-2 {
        border-right: thin solid #045083
    }
    .row .col-lg-12.text-center #noneScalePrint6 {
        margin-top: -90px
    }
    .col-form-lg {
        width: 155px;
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px
    }
    .text-size-3 {
        font-size: 18px
    }
    .font-style-3 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #FFF
    }
    .text-style-3 {
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px
    }
    .text-style-3:hover {
        color: #FFF
    }
    .col-form-h4 {
        margin-top: -15px;
        margin-bottom: 10px
    }
    .none-view {
        display: none
    }
    #list-asociados {
	line-height: 34px;
    }
.font-size-50 {
	font-size: 50px;
}
.font-size-20 {
	font-size: 20px;
}
.font-size-28 {
	font-size: 28px;
}
.list-asociados {
    line-height: 27px;
    }
.text-style-form-5 {
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-top: 20px;
    font-size: 15px;
}
.col-lg-12.background-color-darkblue2.padding-bottom-10.horizontal-padding-0 {
    height: 810px;
}
.col-lg-12.text-style-form-5 .list-asociados .bottom-margin-5.padding-bottom-xs-10 {
    line-height: 39px;
}
.col-lg-12.background-color-green.padding-bottom-10.horizontal-padding-0 {
    height: 810px;
}
.tablet-img {
    background-image: url(../images/girl-tablet.jpg);
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
}
.col-vAlign-1 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 25px;
    padding-left: 25px;
}
.col-vAlign-4 {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 25px;
    padding-left: 25px;
}
.col-vAlign-2 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
}
.col-vAlign-5 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
}
.col-vAlign-3 {
	padding-top: 48px;
	padding-bottom: 50px;
	padding-right: 25px;
	padding-left: 25px;
}
	.col-vAlign-6 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 25px;
    padding-left: 25px;
}
.solicitud-tab-font-size {
    font-size: 19px;
}
.carousel-padding {
    padding-right: 70px;
    padding-left: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.modal-dialog {
    width: 700px;
}
}
@media(min-width:992px) and (max-width:1199px) {
.list-asociados {
	line-height: 26.5px;
    }
    .text-style-3 {
        text-decoration: none;
        color: #FFF
    }
    .headerContainer {
        height: 110px
    }
    .header-phone {
        height: 110px;
        float: right;
        text-align: right;
        width: auto
    }
    .header-phone-text {
        color: hsla(0, 0%, 98%, 1.00);
        font-family: fredoka-one;
        font-style: normal;
        font-weight: 400;
        font-size: 35px;
        letter-spacing: 3px;
        float: right
    }
    .main-img-form {
    width: 100%;
    height: 500px;
    background-color: rgba(171,94,27,1.00);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 49% 23%;
    border-bottom: thick solid rgba(148,20,58,1.00);
    background-image: url(../images/ed_images/panes-banner.webp)
    }
    .item-form {
    height: auto;
    margin-top: -70px
    }
    .submitStyle3 {
    width: 100%;
    height: 50px;
    border: thin solid #910047;
    background-color: #EC3D81;
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px
    }
    .submitStyle3:hover {
    width: 100%;
    height: 50px;
    border: thin solid #910047;
    background-color: #910047;
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px
    }
    .img-style-webAd {
        float: right
    }
    #noneScalePrint2 {
        width: 300px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-right-style: none
    }
    .headerContainer-mobile {
        height: 110px;
        display: none
    }
    .text-style-form-1 {
        font-size: 56px;
        color: rgba(96, 96, 96, 1.00);
        font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
        line-height: 70px
    }
    .text-style-form-2 {
        font-size: 38px;
        color: rgba(0, 114, 188, 1.00);
        font-family: "Century Gothic", muli, "Avenir Light";
        line-height: 70px;
        margin-top: -15px
    }
    .text-style-form-3 {
        font-size: 51px;
        color: rgba(18, 18, 18, 1.00);
        font-family: fredoka-one;
        line-height: 70px;
        font-style: normal;
        font-weight: 400
    }
    .text-style-form-4 {
        font-size: 36px;
        color: rgba(18, 18, 18, 1.00);
        font-family: abel;
        line-height: 70px;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0
    }
    .text-size-2 {
        font-size: 90px
    }
    .vertical-align-middle {
        vertical-align: middle
    }
    .right-border-style-1 {
        border-right: thin dashed #FFF
    }
    .left-border-style-1 {
        border-left: thin dashed #FFF
    }
    .right-border-style-2 {
        border-right: thin solid #045083
    }
    .row .col-lg-12.text-center #noneScalePrint6 {
        margin-top: -90px
    }
    .col-form-lg {
        width: 155px;
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px
    }
    .text-size-3 {
        font-size: 17px
    }
    .font-style-3 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #FFF
    }
    .text-style-3 {
    text-decoration: none;
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 17px
    }
    .text-style-3:hover {
        color: #FFF
    }
    .col-form-h4 {
        margin-top: -35px;
        margin-bottom: 20px
    }
    .none-view {
        display: none
    }
    #list-asociados {
        line-height: 35px;
    }
    .label-icpr {
        background-color: #EEAE1F;
        color: #FFFFFF;
        font-size: 55px;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-right: 10px;
        padding-left: 10px;
    }
.font-size-50 {
	font-size: 50px;
}
.font-size-20 {
	font-size: 20px;
}
.font-size-28 {
	font-size: 28px;
}
.list-asociados {
    line-height: 26.95px;
    }
.text-style-form-5 {
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-top: 20px;
    font-size: 15px;
}
.col-lg-12.background-color-green.padding-bottom-10.horizontal-padding-0 {
    height: 765px;
}
.col-lg-12.text-style-form-5 .list-asociados .bottom-margin-5.padding-bottom-xs-10 {
    line-height: 39px;
}
.col-lg-12.background-color-darkblue2.padding-bottom-10.horizontal-padding-0 {
    height: 765px;
}
.tablet-img {
    background-image: url(../images/girl-tablet.jpg);
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.col-vAlign-1 {
	padding-top: 10px;
	padding-bottom: 33px;
	padding-right: 0px;
	padding-left: 15px;
}
	.col-vAlign-2 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 15px;
}
.col-vAlign-4 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: -10px;
	margin-bottom: 25px;
}
.col-vAlign-5 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 25px;
	padding-left: 25px;
	margin-top: -10px;
	margin-bottom: 10px;
}
	.col-vAlign-6 {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
    margin-top: -32px;
}
.solicitud-tab-font-size {
    font-size: 20px;
}
.carousel-padding {
    padding-right: 70px;
    padding-left: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.modal-dialog {
    width: 65%;
}
}
@media(min-width:860px) and (max-width:991px) {
    .headerContainer {
        height: 110px
    }
    .header-phone {
        height: 110px;
        width: auto;
        float: right;
        text-align: right
    }
    .header-phone-text {
        color: hsla(0, 0%, 98%, 1.00);
        font-family: fredoka-one;
        font-style: normal;
        font-weight: 400;
        font-size: 35px;
        letter-spacing: 3px;
        float: right
    }
    .main-img-form {
    width: 100%;
    height: 500px;
    background-color: rgba(171,94,27,1.00);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 49% 23%;
    border-bottom: thick solid rgba(148,20,58,1.00);
    background-image: url(../images/ed_images/panes-banner.webp)
    }
    .item-form {
    margin-top: -70px;
    height: auto;
    }
    .submitStyle3 {
    width: 100%;
    height: 50px;
    border: thin solid #910047;
    background-color: #EC3D81;
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px
    }
    .submitStyle3:hover {
    width: 100%;
    height: 50px;
    border: thin solid #910047;
    background-color: #910047;
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px
    }
    .img-style-webAd {
        float: right
    }
    #noneScalePrint2 {
        width: 270px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-right-style: none
    }
    .headerContainer-mobile {
        height: 110px;
        display: none
    }
    .text-style-form-1 {
        font-size: 42px;
        color: rgba(96, 96, 96, 1.00);
        font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
        line-height: 70px
    }
    .text-style-form-2 {
        font-size: 34px;
        color: rgba(0, 114, 188, 1.00);
        font-family: "Century Gothic", muli, "Avenir Light";
        line-height: 70px;
        margin-top: -15px
    }
    .text-style-form-3 {
        font-size: 51px;
        color: rgba(18, 18, 18, 1.00);
        font-family: fredoka-one;
        line-height: 70px;
        font-style: normal;
        font-weight: 400
    }
    .text-style-form-4 {
        font-size: 29px;
        color: rgba(18, 18, 18, 1.00);
        font-family: abel;
        line-height: 70px;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0
    }
    .text-size-2 {
        font-size: 90px
    }
    .vertical-align-middle {
        vertical-align: middle
    }
    .right-border-style-1 {
        border-right: thin dashed #FFF
    }
    .left-border-style-1 {
        border-left: thin dashed #FFF
    }
    .row .col-lg-12.text-center #noneScalePrint6 {
        margin-top: -90px
    }
    .col-form-lg {
        width: 130px;
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px
    }
    .text-size-3 {
        font-size: 17px
    }
    .font-style-3 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #FFF
    }
    .text-style-3 {
    text-decoration: none;
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px
    }
    .text-style-3:hover {
        color: #FFF
    }
    .col-form-h4 {
        margin-top: -35px;
        margin-bottom: 20px
    }
    .none-view {
        display: none
    }
    #list-asociados {
        line-height: 23px;
    }
    .label-icpr {
        background-color: #EEAE1F;
        color: #FFFFFF;
        font-size: 42px;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-right: 10px;
        padding-left: 10px;
    }
.font-size-50 {
	font-size: 50px;
}
.font-size-20 {
	font-size: 20px;
}
.font-size-28 {
	font-size: 28px;
}
.text-style-form-5 {
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-top: 20px;
    font-size: 15px;
}
.tablet-img {
    background-image: url(../images/girl-tablet.jpg);
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.mob-top-margin-carreras {
    margin-top: 15px;
}
.solicitud-tab-font-size {
    font-size: 15px;
}
.carousel-padding {
    padding-right: 70px;
    padding-left: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.modal-dialog {
    width: 75%;
}
}
@media(min-width:768px) and (max-width:859px) {
	
	.resp-container {
	overflow: hidden;
	padding-top: 56.25%;
    }
.resp-iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	}
    .headerContainer {
        height: 110px
    }
    .header-phone {
        height: 110px;
        width: auto;
        float: right;
        text-align: right
    }
    .header-phone-text {
        color: hsla(0, 0%, 98%, 1.00);
        font-family: fredoka-one;
        font-style: normal;
        font-weight: 400;
        font-size: 35px;
        letter-spacing: 3px;
        float: right
    }
    .main-img-form {
    width: 100%;
    height: 500px;
    background-color: rgba(171,94,27,1.00);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 23%;
    border-bottom: thick solid rgba(148,20,58,1.00);
    background-image: url(../images/ed_images/panes-banner.webp)
    }
    .item-form {
    height: auto;
    margin-top: -75px
    }
    .submitStyle3 {
    width: 100%;
    height: 50px;
    border: thin solid #910047;
    background-color: #EC3D81;
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px
    }
    .submitStyle3:hover {
    width: 100%;
    height: 50px;
    border: thin solid #910047;
    background-color: #910047;
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px
    }
    .img-style-webAd {
        float: right
    }
    #noneScalePrint2 {
        width: 270px;
        margin-top: 10px;
        margin-bottom: 10px;
        border-right-style: none
    }
    .headerContainer-mobile {
        height: 110px;
        display: none
    }
    .text-style-form-1 {
        font-size: 42px;
        color: rgba(96, 96, 96, 1.00);
        font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
        line-height: 60px
    }
    .text-style-form-2 {
        font-size: 38px;
        color: rgba(0, 114, 188, 1.00);
        font-family: "Century Gothic", muli, "Avenir Light";
        line-height: 70px;
        margin-top: -15px
    }
    .text-style-form-3 {
        font-size: 51px;
        color: rgba(18, 18, 18, 1.00);
        font-family: fredoka-one;
        line-height: 70px;
        font-style: normal;
        font-weight: 400
    }
    .text-style-form-4 {
        font-size: 29px;
        color: rgba(18, 18, 18, 1.00);
        font-family: abel;
        line-height: 70px;
        font-style: normal;
        font-weight: 400;
        text-align: center;
        margin-bottom: 5px;
        margin-top: 0;
        padding-top: 0;
        padding-bottom: 0
    }
    .text-size-2 {
        font-size: 90px
    }
    .vertical-align-middle {
        vertical-align: middle
    }
    .right-border-style-1 {
        border-right: thin dashed #FFF
    }
    .left-border-style-1 {
        border-left: thin dashed #FFF
    }
    .row .col-lg-12.text-center #noneScalePrint6 {
        margin-top: -90px
    }
    .col-form-lg {
        width: 125px;
        display: inline-block;
        margin-right: 5px;
        margin-left: 5px
    }
    .text-size-3 {
        font-size: 17px
    }
    .font-style-3 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #FFF
    }
    .text-style-3 {
    text-decoration: none;
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px
    }
    .text-style-3:hover {
        color: #FFF
    }
    .col-form-h4 {
        margin-top: -35px;
        margin-bottom: 20px
    }
    .none-view {
        display: none
    }
    #list-asociados {
        line-height: 23px;
    }
    .label-icpr {
        background-color: #EEAE1F;
        color: #FFFFFF;
        font-size: 42px;
        padding-bottom: 5px;
        padding-top: 5px;
        padding-right: 10px;
        padding-left: 10px;
    }
.font-size-50 {
	font-size: 50px;
}
.font-size-20 {
	font-size: 20px;
}
.font-size-28 {
	font-size: 28px;
}
.text-style-form-5 {
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-top: 20px;
    font-size: 15px;
}
.tablet-img {
    background-image: url(../images/girl-tablet.jpg);
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.mob-top-margin-carreras {
    margin-top: 15px;
}
.solicitud-tab-font-size {
    font-size: 15px;
}
.carousel-padding {
    padding-right: 70px;
    padding-left: 70px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.modal-dialog {
    width: 85%;
}
}
@media(max-width:767px) {
	
		.resp-container {
	overflow: hidden;
	padding-top: 56.25%;
    }
	
	.resp-iframe {
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
	border: 0;
	}
	.center-block-mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.text-center-mobile {
    text-align: center;
}
.mob-top-margin-10px {
    margin-top: 10px;
}
.mob-top-margin-15px {
    margin-top: 15px;
}
.mob-top-margin-20px {
    margin-top: 20px;
}
.mob-top-margin-25px {
    margin-top: 25px;
}
.mob-top-margin-50px {
    margin-top: 50px;
}
    .headerContainer {
        height: 110px;
        display: none
    }
    .headerContainer-mobile {
    height: 60px;
    background-color: #003B5D;
    }
    .header-phone {
        height: 110px;
        width: auto;
        float: right;
        text-align: right;
        margin-right: 15px
    }
    .header-phone-text {
        color: hsla(0, 0%, 98%, 1.00);
        font-family: fredoka-one;
        font-style: normal;
        font-weight: 400;
        font-size: 35px;
        letter-spacing: 3px;
        float: right
    }
    .main-img-form {
    width: 100%;
    height: 350px;
    background-color: rgba(171,94,27,1.00);
    background-size: cover;
    background-repeat: no-repeat;
    border-bottom: thick solid rgba(148,20,58,1.00);
    background-position: center 60px;
    background-image: url(../images/ed_images/panes-banner.webp)
    }
    .item-form {
    margin-top: -40px;
    height: auto;
    }
    .submitStyle3 {
    width: 100%;
    height: 50px;
    border: thin solid #910047;
    background-color: #EC3D81;
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px
    }
    .submitStyle3:hover {
    width: 100%;
    height: 50px;
    border: thin solid #910047;
    background-color: #910047;
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px
    }
    .img-style-webAd {
        float: right
    }
    #noneScalePrint2 {
        margin-top: 10px;
        margin-bottom: 10px;
        border-right-style: none;
        width: 100%;
        max-width: 300px
    }
    #noneScalePrintMobile1 {
    width: 145px;
    height: 80px;
    margin-left: 15px;
    margin-top: -10px
    }
    .text-style-form-1 {
        font-size: 36px;
        color: rgba(96, 96, 96, 1.00);
        font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
        line-height: 42px;
        margin-top: 10px
    }
    .text-style-form-2 {
        font-size: 26px;
        color: rgba(0, 114, 188, 1.00);
        font-family: "Century Gothic", muli, "Avenir Light";
        line-height: 25px;
        margin-top: -5px;
        padding-top: 5px;
        padding-bottom: 10px
    }
    .text-style-form-3 {
        font-size: 39px;
        color: rgba(18, 18, 18, 1.00);
        font-family: fredoka-one;
        line-height: 40px;
        font-style: normal;
        font-weight: 400
    }
    .text-style-form-4 img {
        display: none
    }
    .text-style-form-4 {
        font-size: 27px;
        color: rgba(18, 18, 18, 1.00);
        font-family: abel;
        line-height: 70px;
        font-style: normal;
        font-weight: 400;
        width: 100%;
        float: left;
        clear: none;
        text-align: center
    }
    .text-size-2 {
        font-size: 61px
    }
    .vertical-align-middle {
        vertical-align: middle
    }
    .row .col-lg-12.text-center #noneScalePrint6 {
        margin-top: -90px
    }
    .col-form-lg {
        width: 100%;
        float: left;
        margin-top: 5px;
        margin-bottom: 10px;
        clear: left
    }
    .text-size-3 {
        font-size: 17px
    }
    .font-style-3 {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    color: #FFF
    }
    .text-style-3 {
    text-decoration: none;
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px
    }
    .text-style-3:hover {
        color: #FFF
    }
    .bottom-border-style-1 {
        border-bottom: thin solid #045083
    }
    .col-form-h4 {
        margin-top: -30px;
        margin-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px
    }
    .text-center .col-lg-12.topMargin {
        float: left
    }
    .none-view {
        height: 0
    }
    #backTop {
        width: 30px;
        padding: 10px;
        border-radius: 4px;
        height: 30px;
        text-indent: -9999px;
        cursor: pointer;
        z-index: 999999999;
        -webkit-box-sizing: content-box;
        -moz-box-sizing: content-box;
        box-sizing: content-box;
        display: none
    }
    .label-icpr {
        background-color: #EEAE1F;
        color: #FFFFFF;
        font-size: 36px;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-right: 5px;
        padding-left: 5px;
    }
.font-size-45 {
	font-size: 45px;
}
.font-size-17 {
	font-size: 17px;
}
.font-size-22 {
	font-size: 22px;
}
.font-size-20 {
    font-size: 20px;
}
.text-style-form-5 {
    color: #FFF;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
    font-style: normal;
    font-weight: 400;
    padding-top: 20px;
    font-size: 17px;
}
.padding-bottom-xs-10 {
    padding-bottom: 10px;
}
.tablet-img {
    background-image: url(../images/girl-tablet.jpg);
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.shadow-size {
    width: 100%;
    margin-top: -13px;
}
.mob-top-margin-carreras {
    margin-top: 15px;
}
.solicitud-tab-font-size {
    font-size: 15px;
}
.carousel-control  {
    display: none;
    margin-top: 0px;
}
.carousel-padding {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.modal-dialog {
    width: 95%;
}
.mob-top-margin-10px {
	margin-top: 10px;
}
.horizontal-margins-0-mobile {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}
}
@media(max-width:375px) {
	.center-block-mobile {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.text-center-mobile {
    text-align: center;
}
.mob-top-margin-carreras {
    margin-top: 15px;
}
.carousel-padding {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}
}
.font-size-22 {
	font-size: 22px;
}
.font-size-17 {
	font-size: 17px;
}
    .text-style-form-1 {
        font-size: 36px;
        color: rgba(96, 96, 96, 1.00);
        font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
        line-height: 35px
    }
    .text-size-2 {
        font-size: 48px
    }
    .text-style-form-2 {
        font-size: 20px;
        color: rgba(0, 114, 188, 1.00);
        font-family: "Century Gothic", muli, "Avenir Light";
        line-height: 25px;
        margin-top: -5px;
        padding-top: 5px;
        padding-bottom: 10px
    }
    .label-icpr {
        background-color: #EEAE1F;
        color: #FFFFFF;
        font-size: 29px;
        padding-bottom: 0px;
        padding-top: 0px;
        padding-right: 5px;
        padding-left: 5px;
    }
.shadow-size {
    width: 100%;
    margin-top: -22px;
}
}
.select-form {
    /* [disabled]font-family: abel; */
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #A5A5A5;
}
#noneScalePrint3 {
    width: 95px;
    text-align: center;
    margin-top: -50px;
    margin-bottom: -7px
}
#noneScalePrint5 {
    width: 95px;
    text-align: center;
    margin-bottom: -7px;
    margin-top: -50px;
}
#noneScalePrint4 {
    width: 80px;
    text-align: right;
    float: right
}
#noneScalePrint6 {
    width: 200px
}
#noneScalePrint7 {
    width: 59px
}
#noneScalePrint8 {
    width: 59px
}
#noneScalePrint9 {
    width: 59px
}
#noneScalePrint10 {
    width: 59px
}
#noneScalePrint11 {
    width: 59px
}
#noneScalePrintMobile4 {
    width: 80px;
    text-align: right;
    float: right
}
.call-cross-icon {
    background-image: url(../images/landing/form-phone-iconDown.svg);
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    background-repeat: no-repeat
}
.call-cross-icon img {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.call-cross-icon img:hover {
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.call-icon {
    width: 100%;
    text-align: center
}
.text-color-red {
    color: rgba(227, 41, 144, 1.00)
}
.text-color-green {
    color: #8DC63F
}
.text-color-grey {
    color: #A5A5A5
}
.font-style-1 {
    font-family: lilita-one;
    font-style: normal;
    font-weight: 400
}
.font-style-2 {
    font-family: lilita-one;
    font-style: normal;
    font-weight: 400
}
.footerContent {
	height: auto;
	border-top: thick solid #6E8A0F;
	-webkit-box-shadow: inset 0 4px 3px -2px #000000;
	box-shadow: inset 0 4px 3px -2px #000000
}
.form-main-bg {
    background-position: center center
}
.call-icon-container {
    width: 95px;
    margin-right: 15px
}
.call-icon-containerMobile {
    width: 80px
}
.bg-color-blue {
    background-color: #0072BC
}
.bg-color-green {
    background-color: #8DC63F
}
.bg-color-lightGray {
    background-color: #F1F1F1
}
.shadow-style-1 {
    -webkit-box-shadow: 0 5px 5px -3px #000;
    box-shadow: 0 5px 5px -3px #000
}
.text-color-orange {
    color: #F9C700
}
.call-icon-2 {
    width: 85px;
    text-align: center
}
.locations-form {
    margin-top: 40px;
    margin-bottom: 31px
}
.text-style-4 {
    color: #FFF;
    font-weight: bold
}
.text-style-4:hover {
    color: #FFF
}
.analytics {
    display: none
}
.bottom-margin-5 {
    margin-bottom: 5px
}
.top-margin-150 {
    margin-top: 150px
}
.all-padding-10 {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px
}
.top-margin-15 {
    margin-top: 15px
}
.pic-full-wide {
    width: 100%;
    float: left
}
.social-container-footer {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 90px
}
.bottom-margin-20 {
    margin-bottom: 20px
}
select {
    border-radius: 0
}
.select {
    border: thin solid #DADADA;
    width: 100%;
    height: 45px;
    padding-left: 10px;
    /* [disabled]font-family: abel; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #0B0B0B;
    background-color: #FFFFFF;
}
.selectBlueBack {
    background-image: url(../images/inputBlueArrow.jpg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto 100%
}
.selectGreenBack {
    background-image: url(../images/inputGreenArrow.jpg);
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto 100%
}
.socialFb-icon {
    width: 100%;
    text-align: center
}
.socialIns-icon {
    width: 100%;
    text-align: center
}
.socialTwit-icon {
    width: 100%;
    text-align: center
}
.socialFb-cross-icon {
    background-image: url(../images/fbconDown.svg);
    margin-right: auto;
    margin-left: auto;
    text-align: center
}
.socialFb-cross-icon img {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.socialFb-cross-icon img:hover {
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.socialIns-cross-icon {
    background-image: url(../images/instaIconDown.svg);
    margin-right: auto;
    margin-left: auto;
    text-align: center
}
.socialIns-cross-icon img {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.socialIns-cross-icon img:hover {
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.socialTwit-cross-icon {
    background-image: url(../images/twitterIconDown.svg);
    margin-right: auto;
    margin-left: auto;
    text-align: center
}
.socialTwit-cross-icon img {
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.socialTwit-cross-icon img:hover {
    opacity: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}
.text-center .col-form-lg .col-lg-12.text-center.text-color-white.text-size-3 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0
}
.text-color-blue {
    color: #045083;
}
.float-left {
    float: left;
}
.col-centered {
    margin: 0 auto;
    float: none;
}
.col-center {
    display: inline-block;
    float: none;
}

.radio {
  color: rgba(96, 96, 96, 1.00);
    font-family: 'Muli', sans-serif;
    font-weight: 400;
    font-size: 15px;
}

.alert-box,
.alert-box2 {
    position: relative;
    font-family: 'Muli', sans-serif;
    margin: 0 auto 10px;
    padding: 15px;
    text-align: center;
}
.alert-box i,
.alert-box2 i {
    width: 30px
}
.alert-box .close,
.alert-box2 .close2 {
    display: block;
    position: absolute;
    right: 3px;
    top: 2px;
    padding: 5px;
    font-size: 1.2em;
    background: 0 0;
    border: 0
}
.alert-box .close:hover,
.alert-box2 .close2:hover {
    filter: alpha(opacity=50);
    opacity: .5
}
.alert-box.error,
.alert-box.error a,
.alert-box2.error2,
.alert-box2.error2 a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    color: #b94a48;
    background-color: #f2dede;
    border: 1px solid rgba(185, 74, 72, .3);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}
.alert-box.success,
.alert-box.success a,
.alert-box2.success2,
.alert-box2.success2 a {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    color: #468847;
    background-color: #dff0d8;
    border: 1px solid #d6e9c6;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

input {
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
	-moz-appearance: none;  /*Removes default style Firefox*/
	border-radius: 0px;
	-ms-progress-appearance: none;
	appearance: none;
 }

.input {
    border: thin solid #DBD9D9;
    padding-left: 10px;
    /* [disabled]font-family: abel; */
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
}


input[type="checkbox"] {
    -webkit-appearance: none;/* Hides the default checkbox style */
    -moz-appearance: none;/* Hides the default checkbox style */
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border-radius: 3px;
    border: thin solid #B6B6B6;
    cursor: pointer;
    position: relative;
    top: 3px;
}

input[type="checkbox"]:checked:before {
    background: url("../images/check-bold.svg") no-repeat center center;
    content: "";
    top: auto;
}

input[type="checkbox"]:before, input[type="checkbox"]:checked:before {
    position: absolute;
    color: #000000;
    width: 10px;
    height: 10px;
    display: block;
    left: 2px;
    top: 2px;
}

input[type="radio"] {
    -webkit-appearance: none;/* Hides the default checkbox style */
    -moz-appearance: none;/* Hides the default checkbox style */
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border-radius: 25px;
    border: thin solid #B6B6B6;
    cursor: pointer;
    position: relative;
    top: 0px;
}

input[type="radio"]:checked {
	background-color: #2196F3;
    content: "";
}


input[type="radio"]:checked:before {
  background: url("../images/radio-circle-white.svg") no-repeat center center;
    content: "";
}

input[type="radio"]:before, input[type="radio"]:checked:before {
    position: absolute;
    width: 4px;
    height: 6px;
    display: block;
    left: 5px;
    top: 4px;
}

.invalid input[type="radio"]:required:invalid {
 -webkit-appearance:none;/* Hides the default checkbox style */
 -moz-appearance:none;/* Hides the default checkbox style */
	width: 16px;
	height: 16px;
	background: #FFCBCC;
	border-radius: 25px;
	border: thin solid #B70003;
	cursor:pointer;
    position:relative;
}

invalid input[type="radio"]:required:invalid {
 	background: #2196F3;
}

.invalid input:required:invalid {
	appearance: none;
    background: #FFCBCC;
	border: thin solid #B70003;
}
.invalid input:required:valid {
    background: #DAFFCB;
}

.invalid input:required:focus {
    background: #FFFFFF;
}
	
.invalid input[type="checkbox"]:required:invalid {
 -webkit-appearance:none;/* Hides the default checkbox style */
 -moz-appearance:none;/* Hides the default checkbox style */
	width: 16px;
	height: 16px;
	background: #FFCBCC;
	border-radius: 3px;
	border: thin solid #B70003;
	cursor:pointer;
    position:relative;
}
	
.invalid select:required:invalid {
    background: #FFCBCC;
	border: thin solid #B70003;
}
.invalid select:required:focus {
    background: #FFFFFF;
}
.checkbox {
    color: rgba(96, 96, 96, 1.00);
    font-family: 'Muli', sans-serif;
    font-size: 10.5px;
}
.checkbox input[type=checkbox] {
        margin-top: 2px;
}


/*START COMBOX DE PUEBLOS*/

.combobox-container .input-group{
        width: 100%;
}

.dropdown-menu {
    margin: .125rem 0 0;
    border-radius: 0;
    width: 100% !important;
}

.combobox-selected .caret {
    display: none;
}

.combobox-container:not(.combobox-selected) .glyphicon-remove {
    display: none;
}

.typeahead-long {
    max-height: 300px;
    overflow-y: auto;
}

.control-group.error .combobox-container .add-on {
    color: #B94A48;
    border-color: #B94A48;
}

.control-group.error .combobox-container .caret {
    border-top-color: #B94A48;
}

.control-group.warning .combobox-container .add-on {
    color: #C09853;
    border-color: #C09853;
}

.control-group.warning .combobox-container .caret {
    border-top-color: #C09853;
}

.control-group.success .combobox-container .add-on {
    color: #468847;
    border-color: #468847;
}

.control-group.success .combobox-container .caret {
    border-top-color: #468847;
}

.input-group-addon.dropdown-toggle {
    display: none;
}
.font-style-4 {
    /* [disabled]font-family: viga; */
    font-style: normal;
    font-weight: 400;
}
.top-margin-15minus {
	margin-top: -15px;
}
.background-color-darkblue {
	background-color: #002536;
}
.background-color-darkblue2 {
	background-color: #023551;
}
.background-color-darkgray {
	background-color: #023551;
}
.background-color-green {
	background-color: #74AB29;
}
.all-padding-0 {
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.label-fushia {
	background-color: #AD006A;
}
.text-color-darkblue {
	color: #023551;
}
.bottom-margin-50 {
	margin-bottom: 49px;
}
.padding-bottom-10 {
	padding-bottom: 10px;
}
.horizontal-padding-0 {
	padding-left: 0px;
	padding-right: 0px;
}
.line-height-20 {
    line-height: 20px;
}
.font-size-17 {
    font-size: 17px;
}
.registro-border {
    border-radius: 10px;
    -webkit-box-shadow: 0 0 3px 0px #222222;
    box-shadow: 0 0 3px 0px #222222;
    z-index: 1001;
}
.border-10px {
    border-radius: 10px;
    z-index: 1001;
}
.bottom-margin-10 {
    margin-bottom: 10px;
}
.vertical-padding-15px {
    padding-top: 15px;
    padding-bottom: 15px;
}
.text-color-white {
    color: #FFFFFF;
}
.horizontal-padding-30px {
    padding-left: 30px;
    padding-right: 30px;
}
.list-certificados {
	line-height: 25px;
}
.top-margin-75px {
    margin-top: 75px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #FFFFFF;
    cursor: default;
    /* [disabled]border: 1px solid #ddd; */
    background-color: #60A700;
}
.nav-tabs {
    border-bottom: 0px solid #ddd;
}
.nav-tabs > li > a {
    margin-right: 2px;
    border: 1px solid transparent;
    border-radius: 4px;
    line-height: 1.42857143;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #F1F1F1;
}
.btn-registro-green {
    width: 80%;
    border: thin solid #60A700;
    height: 50px;
    background-color: #60A700;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}
.btn-registro-green:hover {
    width: 80%;
    border: thin solid #477B00;
    height: 50px;
    background-color: #477B00;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}
.btn-registro-orange {
    width: 80%;
    border: thin solid #df9d12;
    height: 50px;
    background-color: #df9d12;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}
.btn-registro-orange:hover {
    width: 80%;
    border: thin solid #FE5C18;
    height: 50px;
    background-color: #FE5C18;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}
.btn-registro-aqua {
    border: thin solid #0FA0C2;
    width: 80%;
    height: 50px;
    background-color: #0FA0C2;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}
.btn-registro-red {
    border-left: thin solid #0FA0C2;
    border-right: thin solid #0FA0C2;
    border-bottom: thin solid #A70302;
    border-top: thin solid #0FA0C2;
    width: 80%;
    height: 50px;
    background-color: #A70302;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}
.btn-registro-red:hover {
    border-left: thin solid #0FA0C2;
    border-right: thin solid #0FA0C2;
    border-bottom: thin solid #800201;
    border-top: thin solid #0FA0C2;
    width: 80%;
    height: 50px;
    background-color: #800201;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}
.btn-registro-blue {
    border: thin solid #0450bc;
    width: 80%;
    height: 50px;
    background-color: #0450BC;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}
.btn-registro-blue:hover {
    border: thin solid #042397;
    width: 80%;
    height: 50px;
    background-color: #042397;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}
.btn-registro-aqua:hover {
    border: thin solid #E01668;
    width: 80%;
    height: 50px;
    background-color: #E01668;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}
.text_shadow_1 {
    text-shadow: 1px 1.5px 3px #202020;
}
.drop_shadow_1 {
    -webkit-box-shadow: 2px 2px 5px #2C2C2C;
    box-shadow: 2px 2px 5px #2C2C2C;
}
.img-responsive {
    width: auto;
    height: auto;
    float: left;
}
.flow-right {
    float: right;
}
.modal-body img {
    width: 100%;
    text-align: center;
}
