/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Dec 8, 2016, 12:25:49 PM
    Author     : grupohost
*/
.bgstart{
    background-image:url('/img/Business-Startup.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: 100% auto;
}

.slideshow-promo .slide-item{
    background-position: top right;
    background-size: 55%;
    background-repeat: no-repeat;
}

.side-panel-domain .slideshow-promo .slide-item{
    background-size: auto 100% !important;
}

.slideshow-promo .slide-item h3{
    letter-spacing: -2px;
}

.slideshow-promo .slide-item .price-tag{
    background: #232f33;
    letter-spacing: 2px;
    font-weight: lighter;
}

.slideshow-promo .slide-item .price-tag span{
    color: #fff !important;
    text-decoration: line-through;
    padding-right: 5px;
}

.bg-transparent-white-gardient{
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 50%, rgba(255,255,255,0.8) 90%, rgba(255,255,255,0) 97%);
}

@media (min-width: 1200px){
    .container {
        max-width: 1600px !important;
    }
}

.form-control::placeholder {
    color: #ccc !important;
    opacity: 1;
}

ol li {
    font-size: 17px;
    font-weight: 200;
}
.btn-primary {
     box-shadow: 0 3px 0 0 #007299;
 }

.btn.bgblue {
    box-shadow: 0 3px 0 0 #013F6D;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color:#00C3FF;
}

.btn.bgblue:hover{
    background: #013F6D;
    box-shadow: 0 3px 0 0 #022F51;
}

.btn.bgbluet {
    box-shadow: 0 3px 0 0 #00A1C6;
}

.btn.bgbluet:hover {
    background:#00A1C6;
    box-shadow: 0 3px 0 0 #007E9B;
}

.containermenuipad .dl-submenu{
    width: 100%;
    position: static !important;
    height: 100%;
    text-align: center !important;
}

.btn.bggreen {
    box-shadow: 0 3px 0 0 #008E51;
}

.btn.bggreen:hover {
    background-color:#008E51;
    box-shadow: 0 3px 0 0 #03683A;
}

.btn.bg-light {
    box-shadow: 0 3px 0 0 #C6C6C6;
}

.btn.bg-light {
    box-shadow: 0 3px 0 0 #C6C6C6;
}

.btn.bg-light.migracionbtn:hover{
    background-color:#AEE8FF !important;
    box-shadow: 0 3px 0 0 #89CEE8 !important;;
}



.tophead .btn.bgdarkgrey{
    box-shadow: none;
}


.btn, .card{
    border-radius: 0.6rem;
}

.dl-submenu{
    display: none;
    color:white;
    position: absolute;
    top:40px;
    background: #095AA5;
    z-index: 99999;
    text-align: left;
    padding: 0;
    margin: 0;

}
.dl-submenu li a{
    color:#fff !important;
}
.dl-submenu li a:hover{
    background-color: rgba(0,0,0,.1);
}

.dl-submenu li{
    list-style: none;
    padding: 0;
    margin: 0;
}

.logospace img{
    max-height: 46px;
}

.color1{
    color:#37474F;
}

.color2{
    color:#0E79BF;
}

.bgdarkgrey .btn:focus, .bgdarkgrey .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0);
}

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

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

a {
    color:#0E79BF;
}

a:hover{
    color:#00C3FF;
    text-decoration: none;
}


label span {
  font-size: 1.5em ;
}

ul.dropdown-menu li{
    line-height: 120% !important;
}

label input[type="radio"] ~ i.fa.fa-circle-o{
    color: #c8c8c8;    display: inline;
}
label input[type="radio"] ~ i.fa.fa-dot-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-circle-o{
    display: none;
}
label input[type="radio"]:checked ~ i.fa.fa-dot-circle-o{
    color: #37474F;    display: inline;
}
label:hover input[type="radio"] ~ i.fa {
color: #37474F;
}

.slidesections{
    background-size: 100% auto;
}

label input[type="checkbox"] ~ i.fa.fa-square-o{
    color: #c8c8c8;    display: inline;
}
label input[type="checkbox"] ~ i.fa.fa-check-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-square-o{
    display: none;
}
label input[type="checkbox"]:checked ~ i.fa.fa-check-square-o{
    color: #37474F;    display: inline;
}
label:hover input[type="checkbox"] ~ i.fa {
color: #37474F;
}

div[data-toggle="buttons"] label.active, .spaceqty label{
    color: #37474F !important;
}

.line-through{
    text-decoration: line-through;
}

.input-number-group{
    justify-content: center;
}


.input-number-decrement,
.input-number-increment {
    cursor: pointer;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    appearance: none;
}

.no-shadow{
    box-shadow: none !important;
}
.line-height1{
    line-height: 100%;
}

.selectproduct.active{
    border-color: #007bff !important;
}

.selectproduct.alert-warning.active{
    background-color:#cce5ff !important;
    border-color: #007bff !important;
    color:#004085 !important;
}

.selectproduct.alert-warning.active i.green{
    color:#004085 !important;
}

.selectproduct:hover{
    background-color:rgba(0, 0, 0, 0.03);
    cursor: pointer;
    border:2px dashed rgba(0, 0, 0, 0.25);
}

.badge, label,div[data-toggle="buttons"] label{
    white-space: normal !important;
}

.bglightgrey{
    background-color:rgba(0, 0, 0, 0.03);
}

.paddingsmall {
    padding: 10px 15px 10px 15px;
}

.border-dashed{
    border:2px dashed rgba(0, 0, 0, 0.25);
}

.contentinside p{
    font-size:15px;
}



div[data-toggle="buttons"] label {
display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
line-height: 2em;
text-align: left;
white-space: nowrap;
vertical-align: top;
cursor: pointer;
background-color: none;
border: 0px solid
#c8c8c8;
border-radius: 3px;
color: #c8c8c8;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

div[data-toggle="buttons"] label .green{
    color:#A9C4B8;
}

div[data-toggle="buttons"] label:hover .green, div[data-toggle="buttons"] label.activeitem .green{
    color:#00BA6E;
}

div[data-toggle="buttons"] label:hover {
color: #37474F;
}

div[data-toggle="buttons"] label:active, div[data-toggle="buttons"] label.active {
-webkit-box-shadow: none;
box-shadow: none;
}

.padding-top{
    padding-top: 25px;
}

.clickservice{
    padding:20px 0;
    border-bottom:4px solid #efefef;
}

.clickservice.selected{
    padding:20px 0;
    border-bottom:4px solid #1289C4;
}

.iconsinside{
    text-align: center;
    line-height:127px;
}

body{
    color:#37474F;
    font-family: 'Open Sans', sans-serif;
}

.descriptionplan ul li,.descriptionplan p{
    font-size: 15px;
}


.inputstyle{
    border:3px solid #E5E5E5;
}

.circle{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.top select{
    border:none;
    padding:0 25px;
    text-align: left;
    -webkit-appearance: none;
    background-image:url(/img/arrowdown.png);
    background-repeat: no-repeat;
    background-position: 95%;
    background-color: transparent;
}

.bgmadeforyou{
    opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
    -webkit-filter: grayscale(90%); /* Safari 6.0 - 9.0 */
    filter: grayscale(90%);
    background-size: 60% auto;
}

.tophead li a:hover, .tophead li a:focus{
    background-color: transparent;
}

.tophead .btn:hover, .tophead .btn:focus, .tophead .btn.focus{
    color:#fff;
}




.tophead .right li a{
    padding: 0 0px 0 10px;
}

.lineborderbottom{
    position:relative;
}

.tickets pre{
    background:none;
    border:none;
    font-family: 'Open Sans', sans-serif;
}


.lineborderbottom span{
    position: absolute;
    width:50px;
    border-bottom:5px solid #00A4E4;
    bottom:-15px;
    left:0;
}


.black, .black a{
    color:#37474F !important;
}

.activeitem{
color: #37474F !important;}

p{
    font-size:17px;
    font-weight: 200;
}

.overflow_hidden{
    overflow: hidden;
}

ul{
    font-size:16px;
    font-weight: 200;
}
ul li{
    line-height: 180%;
}

img{
    max-width: 100%;
}
.relative{
    position: relative;
}

.mainmenu {
    padding: 10px;
}

.mainmenu li.current a{
    color: #00C3FF;
    font-weight:bold;
}

.mainmenu a{
    color: #37474F;
}

.mainmenu li li a{
    padding: 10px;
    display: block;
    text-transform:none;
}

.mainmenu li a:hover{
    background-color: #00C3FF;
    color:#fff !important;
}

.border-red{
    border-bottom:9px solid #EE4137;
}

.border-bottom-brown{
    border-bottom:4px solid #E2DCD6;
}

.border-brown{
    border:3px solid #E2DCD6;
}

.btn.border-brown:hover{
    background-color:#E2DCD6;
}

.border-darkgrey{
    border:3px solid #37474F;
}

.border-blue{
    border:3px solid #1289C4;
}

.titleborder{
    position: relative;
}

.mainmenu .open>a{
    background-color:#444 !important;
}

.titleborder:before {
    content: "";
    width: 40px;
    bottom: -20px;
    left: 0;
    position: absolute;
    border-top: 4px solid #00C3FF;
}

h1{
    font-size: 48px;
}

h2{
    font-size: 40px;
}

h3{
    font-size: 30px;
}

h4{
    font-size: 24px;
}

h5{
    font-size: 20px;
}

.absolute{
    position: absolute;
}


.left{
    left: 0;
}

.fixed{
    position: fixed;
}

.no-padding-margin{
    margin:0;
    padding:0;
}

h2 strong{
    color:#00C3FF !important;
}

.blue{
    color:#00C3FF !important;
}

.blued{
    color:#095AA5 !important;
}

.height100{
    height: 100%;
}

.height100px{
    height: 100px;
}

.bgdarkblue{
    background-color:#001a43;
}

.tagshape {
  display: inline-block;
  height: 130px;
    position: relative;
    width: 200px;
}

.tagshape:before {
  border-left: 35px solid #F1F1F1;
  border-right: 10px solid transparent;
  border-top: 65px solid transparent;
  border-bottom: 65px solid transparent;
  content: "";
  height: 0;
  position: absolute;
  right: -45px;
  top: -0px;
  width: 0;
}



.shadowtop{
    -webkit-box-shadow: -8px -8px 0 0 #B0B7BC;
    box-shadow: -8px -8px 0 0 #B0B7BC;
}

.bggrey{
    background-color:#fbfbfb;
}

.bggreyt{
    background-color:#fefefe;
}


.bgcream{
    background-color:#FAF8F5;
}

.bggreyd{
    background-color:#444;
    padding: 10px;
}

.textshadow{
    text-shadow:1px 1px 1px rgba(0,0,0,.7);
}

.textshadowd {
    text-shadow: 1px 1px 9px rgba(0,0,0,0.2);
}

.textshadowt {
    text-shadow: 1px 1px 8px rgba(0,0,0,1);
}

.padding{
    padding: 40px;
}

.width60{
    max-width: 60%;
}

.width80{
    max-width: 80%;
}

.width100{
    width:100%;
}

.z-index1{
    z-index: 1;
}

.z-index2{
    z-index: 2;
}

.z-index3{
    z-index: 3;
}

.z-index4{
    z-index: 4;
}

.z-index101{
    z-index: 101;
}


.no-padding-margin-left{
    margin-left:0;
    padding-left:0;
}

.bgwhite{
    background:#fff;
}

.white,.white a,.white p{
    color:#fff;
}

.white:hover ,.white:hover a,.white:hover p,.white:hover h5{
    color:#fff;
}

.red{
    color:#EE4137;
}

.green{
    color:#00BA6E;
}

.grey{
    color:#ccc;
}

.greyo{
    color:#777;
}


.greyd{
    color:#efefef;
}
.bgred{
    background-color:#ee4238;
}

.hoverblue:hover{
    background: #00b3fd;
    color: #fff;
}

.bggreen{
    background-color: #00BA6E;
}

.bgblack{
    background-color: #1A1A1A;
}

.bgtext{
    background-image:url(/img/bg-o4.png);
}

.bggreygardient{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f6f6+0,dbdce2+21,b8bac6+49,dddfe3+80,f5f6f6+100;Grey+Pipe */
    background: #f5f6f6; /* Old browsers */
    background: -moz-linear-gradient(top, #f5f6f6 0%, #dbdce2 21%, #b8bac6 49%, #dddfe3 80%, #f5f6f6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #f5f6f6 0%,#dbdce2 21%,#b8bac6 49%,#dddfe3 80%,#f5f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#f5f6f6',GradientType=0 ); /* IE6-9 */

}
.borderleftblue{
    border-left:2px solid #37474F;
}
.bgblacka{
    background-color: rgba(0,0,0,1);
}

.bgblue{
    background-color:#1289C4;
}

.bgblued{
    background-color:#095AA5;
}

.bgbluet, .page-item.active .page-link.bgbluet{
    background-color:#00A4E4;
}

.page-item.active .page-link.bgbluet{
    border-color:#1289C4;
}

.bgbluec{
    background-color:#99dbf4;
}



.nav li a:hover {
    pointer:cursor;
}


.nav .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
 }

header .nav a{
    color:#37474F;
 }

.bgdarkgrey{
    background-color:#37474F;
}

.dotted{
    border-top:none;
    border-left:none;
    border-right:none;
    border-bottom: 1px dotted #fff;
}

.border{
    border:1px solid #efefef;
}

.border-left{
    border-left:1px solid #2e3192;
}

.border-right{
    border-right:1px solid #2e3192;
}

.borderwhite{
    border:1px solid #fff;}

.border-top-blue{
    border-top:1px solid #0079C1;
}

.border-top-blued{
    border-top:4px solid #005BA5;
}

.border-rightd{
    border-right:1px solid #E5E5E5;
}

.border-top{
    border-top:3px solid #E5E5E5;
}

.border-topl{
    border-top:1px solid #E5E5E5;
}


.border-bottoml{
    border-bottom:1px solid #E5E5E5;
}

.border-bottom{
    border-top:1px solid #E5E5E5;
}

.border-rightd i{
    content: '';
    display: block;
    white-space: normal;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -9px;
    width: 16px;
    height: 16px;
    background: #fff;
    border-right: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.bgbluet{
    background-color:#00C3FF;
}

.bgblue{
    background-color:#095AA5;
}

.border-top-blue span{
    content: '';
    display: block;
    position: absolute;
    top: -13px;
    left:87px;
    width: 25px;
    height: 25px;
        background: url(/img/bg-o4.jpg);
        border-right:1px solid #0079C1;
        border-bottom:1px solid #0079C1;
     -moz-transform:rotate(-135deg);
      -webkit-transform:rotate(-135deg);
}

.rounded-top {
    border-top-left-radius: 1.25rem !important;
    border-top-right-radius: 1.25rem !important;
}

.rounded-bottom {
    border-bottom-left-radius: 1.25rem !important;
    border-bottom-right-radius: 1.25rem !important;
}

.bgimg{
    background-repeat:no-repeat;
    background-position:center;
    background-size:160% auto;
}

.bgimgh{
    background-repeat:no-repeat;
    background-position:center;
    background-size:100% auto;
}



.bgimghd{
    background-repeat:no-repeat;
    background-position:center;
    background-size:80% auto;
}


.bgimgt{
    background-repeat:no-repeat;
    background-position:center;
    background-size:auto 80% ;
}

.bgimgd{
    background-repeat:no-repeat;
    background-position:center;
    background-size:auto 160%;
}

.bgimgvertical{
    background-size:100% auto;
}

.align-right{
    text-align:right;
}

.align-left{
    text-align:left;
}

.align-center{
    text-align:center;
}

.justified{
    text-align: justify;
}

.menumain ul li{
    display:inline-block;
    position: relative;
}

.menumain ul li a{
    display:block;
    padding: 15px 30px;
}

.socialicons a{
    color:#4d4959;
}

.bold{
    font-weight: 900;
}

.light{
    font-weight: 200;
}

.uppercase{
    text-transform: uppercase;
}

.letterspacing{
    letter-spacing: 2px;
}

.letterspacingsm{
    letter-spacing: 1px;
}

.font{
   font-family: 'GothamRounded-Bold';

}

.font-size{
   font-size: 120%;
}

.fontd{
   font-family: 'GothamRounded-Book';

}

.fontt{
    font-family: 'Open Sans', sans-serif;
}
footer p{
    font-size:18px;
}

footer a{
    font-size:18px;
}

footer .nav a{
    padding: 5px 15px 5px 0;
}

footer .nav > li > a:hover, footer .nav > li > a:focus{
    background-color:transparent;
}

.margin-right{
    margin-right:25px;
}

.margin-vertical{
    margin:45px 0;
}

.bottom{
    bottom:0;
}

.bottom35{
    bottom:35px;
}

.top{
    top:0;
}

.right{
    right:25px;
}

small p{
    font-size:12px;
}

.margin-vertical-small{
    margin:25px 0;
}

.margin-vertical-xsmall{
    margin:15px 0;
}

.margin-bottom-small{
    margin-bottom:15px;
}

.margin{
    margin:45px;
}

.pointer, .pointer:hover{
    cursor: pointer;
}

.invisible{
    display:none;
}

.margin-right-small{
    margin-right:10px;
}

.margin-horizontal-small{
    margin:0 15px;
}

.inline-block{
    display:inline-block !important;
}

.inline-flex{
    display:inline-flex;
}

.bg-white-transparent{
    background-color:rgba(255,255,255,.8);
}

.bg-black-transparent{
    background-color:rgba(0,0,0,.1);
}


.paddingsm{
    padding:15px;
}

.paddingxs{
    padding:5px;
}

.padding-right-medium{
    padding-right: 45px;
}

.padding-left-medium{
    padding-right: 45px;
}

.text-decoration-underline{
    text-decoration: underline;
}

.padding-vertical{
    padding:70px 0;
}

.padding-vertical-medium{
    padding:35px 0;
}

.block{
    display:block;
}

.margin-top{
    margin:75px 0 0 0;
}

.margin-top-small{
    margin-top:25px;
}

.margin-top-xsmall{
    margin-top:15px;
}

.margin-bottom{
    margin-bottom:40px;
}

.margin-bottom-small{
    margin-bottom:25px;
}

.margin-vertical{
    margin:75px 0;
}

.padding-vertical-small{
    padding:25px 0;
}

.padding-vertical-xsmall{
    padding:10px;
}

.margin-vertical-small{
    margin:25px 0;
}

.margin-vertical-xsmall{
    margin:10px 0;
}


.padding-small{
    padding:25px;
}

.padding-xsmall{
    padding:10px;
}

.btn-outline-blue{
    border:2px solid #095AA5;
}

.round{
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}

.roundd{
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.bg-grey{
    background:#f4f4f4;
}

.bg-light-blue{
    background:#1bb7ea;
}

.bglightblue{
    background:#00A1C6;
    color:#fff;
    padding-left:5px;
    padding-right:5px;
}

.spaceqty{
    margin-bottom:25px;
    padding:0 20px;
}

.width30{
    width:30%;
}

.width60{
    width:60%;
}

.width80{
    width:80%;
}

.height150{
    height:150px;
}

.height75{
    height:75px;
}

.height250{
    height:250px;
}

.height200{
    height:200px;
}

.height350{
    height:350px;
}

.height93vh{
    height: 93vh;
}

.height87vh{
    height: 56vh;
}

.height40vh{
    height: 40vh;
}

.margin0auto{
    margin:0 auto;
}

.widthicon{
    width:60px;
}



.bg-white{
    background-color:#fff !important;
}

.lightgrey{
    background:#f4f4f4 !important;
    color:#333;
}

.float-right{
    float: right;
}

.float-left{
    float: left;
}

.dropdown-menu a:hover{
    cursor: pointer;
}

.browser-notice {
    top: 300px;
    width: 100%;
    position: absolute;
}

.browser-notice .wrapper-container {
    padding: 0 75px;
}

.browser-notice .wrapper {
    margin: 0 auto;
    padding: 40px;
    max-width: 660px;
    background-color:
        #fff;
    border-top: 4px solid
    #cc0000;
    box-shadow: 2px 2px 5px
    #ccc;
    font-size: 1.4em;
    text-align: center;
}

.browser-notice img {
    display: block;
    float: none !important;
    margin: 20px auto;
}

.paddingtopfaqsssl{
    padding-top:130px;
}

.innerimgborder::before {
    content: "";
    border: 9px solid rgba(255, 255, 255,0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    margin-top: 0;
    left: 0;
    box-sizing: border-box;

}

.bggardientpurple{
    background: rgb(48,106,224);
    background: -moz-linear-gradient(0deg, rgba(48,106,224,1) 0%, rgba(140,40,247,1) 84%);
    background: -webkit-linear-gradient(0deg, rgba(48,106,224,1) 0%, rgba(140,40,247,1) 84%);
    background: linear-gradient(0deg, rgba(48,106,224,1) 0%, rgba(140,40,247,1) 84%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#306ae0",endColorstr="#8c28f7",GradientType=1);
}

.innerimgborder{
    position: relative;
}

.bootstrap-select div.dropdown-menu {
    display: block !important;
    height: 300px !important;
    overflow: auto !important;
    width: 300px !important;
}

.pc{
        display:block;
    }

.ipad{
        display:none;
    }
.ipadinline{
        display:none;
    }

.cell{
        display:none;
}

.reasonsimg{
    max-height:300px;
}

.margincellphone{
    margin-top:185px;
}

.cellphonespace{
    max-height: 450px;
}

.bgpaymentimagesize{
    background-size:100% auto;
    background-position: center;
    height: 300px;
}

.creatucuenta{
    background-position: bottom;
}

.fontsize100title{

    font-size:340%;
}

.provider ul{
    margin:0;
    padding:0;
}

.provider ul li{
    margin:0;
    padding:0;
    list-style: none;
}

@media (max-width: 1199px) {


    .domainsearch .bluet small{
        font-size: 97%;
    }
    .mainnavwide{
        margin-top:4px;
    }

    .headerbuttonsright{
        max-width: 200px;
    }

    .bgmadeforyou{
        background-size: auto 100%;
    }

    .bgbluet h5 {
        font-size: 18px;
    }

    .bgpaymentimagesize{
        background-size:auto 100%;
        background-position: center;

    }

    .nav > li a {
        position: relative;
        display: block;
        padding: 3px 6px;
    }

    header .btn {
        padding: 6px 9px;
    }

    .margincellphone {
        margin-top: 115px;
    }
}

@media (max-width: 990px) {
    .slideshow-promo .slide-item h3{
        font-size: 26px;
    }

    .bgmadeforyou{
        background-size: auto 100%;
    }

    .ipad{
        display:block;
    }

    .browser-notice {
        top: 250px;
    }

    .headermenulogin{
        float: right;
    }
    .bgimgvertical{
        background-size:auto 100%;
    }

    .ipadinline{
        display:inline-block;
    }

    .margincellphone {
        margin-top: 115px;
    }

    .pc,.mainnavwide{
        display:none;
    }

    .btnmenuipad{
        padding: 3px 8px !important;;
        margin: 0px 0px 0 0;
    }



    .slideshow .padding-left-medium{
        padding:0 !important;
    }

    .slideshow .margin-top{
        margin-top:15px;
    }

    .domainsearch .align-right{
        text-align: center;
    }

    .reasonsimg{
        max-height:250px;
    }

    .domainsearch button{
        margin-top:25px;
    }

    .slideshow .bgimgh, .provider{
        background-size: auto 100% !important;
    }



    .logospace{
        text-align:center;
    }


    .btnlogin{
        text-align: right !important;
    }

    footer p.font, .bgcream a{
        margin-top:25px;
    }

    .dl-menu {
	width: 300px;}


    .slideitem.p-5, .slideitem .p-5.container, .slideitem .p-5.container {
        padding: 0 !important;
    }

    .planspaces h3.mt-5, .planspaces.mt-5{
        margin-top:0 !important;
    }
    .container {
        max-width: 100% !important;
        width: 100% !important;
    }
}


@media (max-width: 776px) {

    .height75.applogo{
        height:44px;
    }

    .nav.mainnavwide{
        display:none;
    }
    .dl-submenu{
        width:100% !important;
        top:0;
    }

    .bgimgh{
        background-repeat:no-repeat;
        background-position:center;
        background-size:auto 110%;
    }

    .slidesections{
        background-size: auto 100%;
    }

    .paddingtopfaqsssl{
        padding-top:250px;
    }

    .bgbackgroundmobile{
        position:absolute;
        bottom:-40px;
        right: -40px;
        opacity: 0.5;
        filter: alpha(opacity=50);
        z-index:11;
    }



    .btnlogin{
        text-align: center !important;
    }
    .padding-vertical{
        padding:40px 0;
    }

    .container {
        max-width: 100% !important;
        width: 100% !important;
    }

    #plans .card-body{
        text-align:center;
    }

    #plans .card.border-right-0{
        border-right:1px solid rgba(0, 0, 0, 0.125) !important;
    }

   .bgimgh.intobuilderheight{
        background-size:auto 100% !important;
    }



    .bgpaymentimagesize{
        background-size:auto 150%;
        background-position: left;
        height: 140px;
    }

    .aligncenter-cell{
        text-align: center;
    }

    #differents.bgimg {
        background-size: auto 100%;
    }

    .titlecelpjone{
        margin-top:0 ;
    }


    .bgpaymentimagesize .titlecelpjone{
        margin-top:13px ;
    }

    #page .height87vh .textmain{

        margin-top: -70px !important;
    }
    footer{
        text-align: center;
    }

    .aditionals .leftprice{
        float: none;
        display: block;
        width: 100%;
        text-align: left;
    }
    .domainsearch h4{
        font-size:18px;
    }

    .domainsearch{
        text-align:center;
    }

    .bottomsidecanbein h4{
        text-align: center;
    }

    .domainsearch .border-bottom-brown{
        border:0;
    }

    .domainsearch button {
        margin-top: 0px;
        display: block;
        width:100%;
    }
    .searchagain button{
        margin-top:10px;
    }

    .domainsearch h3{
        margin:0;
    }

    .searchagain .inputstyle{
        padding:10px;
    }
    .searchagain button h5{
        margin:0;
    }

    .itemoptiondomain .bgred, .itemoptiondomain span.font, .itemoptiondomain .bgblue{
        display:block;
        width:100%;
        text-align:center;
    }

    .itemoptiondomain{
        text-align:center;
    }

    .dl-menu {
	width: 250px;}

    .fixed-menu .align-right{
        text-align:center;
    }
    .cell{
        display:block;
    }

    .logospace img{
    }

    .tophead .align-right{
        text-align: center !important;
    }

    .tophead .float-right{
        float:none !important;
    }

    .tophead .float-right li{
        float:none !important;
        display:inline-block;
    }


}

@media (max-width: 640px) {

    .paddingtopfaqsssl{
        padding-top:380px;
    }

    .fontsize100title{

        font-size:240%;
    }
}

@media (max-width: 580px) {
    .browser-notice {
        top: 200px;
    }

    .paddingtopfaqsssl{
        padding-top:350px;
    }
}

@media (max-width: 520px) {

    .browser-notice {
        top: 190px;
    }
    .paddingtopfaqsssl{
        padding-top:420px;
    }

    .slideshow-promo .slide-item{
        background-size: 100%;
    }

    .p-sm-0{
        padding:0 !important;
    }
}


@media (max-width: 440px) {

    .browser-notice {
        top: 220px;
    }
    .paddingtopfaqsssl{
        padding-top:410px;
    }

    .browser-notice .wrapper-container {
        padding: 0 45px;
    }

    .browser-notice .wrapper {
        padding: 10px;
    }
}
