@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Medium.woff2') format('woff2'),
         url('../fonts/Poppins-Medium.woff') format('woff'),
         url('../fonts/Poppins-Medium.ttf') format('truetype'),
         url('../fonts/Poppins-Medium.svg#opensans-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Poppins-Thin';
    src: url('../fonts/Poppins-Thin.eot');
    src: url('../fonts/Poppins-Thin.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Poppins-Thin.woff2') format('woff2'),
         url('../fonts/Poppins-Thin.woff') format('woff'),
         url('../fonts/Poppins-Thin.ttf') format('truetype'),
         url('../fonts/Poppins-Thin.svg#opensans-regular') format('svg');
    font-weight: normal;
    font-style: normal;
}


*{
    margin: 0px;
    padding: 0px;
}
header{
    border-bottom: 1px solid #ddd;
}
header .text-header{
    font-family:Poppins-Medium;
    font-size: 15px;
    margin-top: 20px;
}
header .fono-in p{
    font-family:Poppins-Medium;
    font-size: 15px;
    margin-top: 20px;
    text-align: right;
 
}
nav{
    width:100%;
    height: 50px;
}
.logo { width: 260px; margin-top: 4px;}
.container-block{
    background-color: #f9f9ff;
    padding: 50px 0;
}
.container-block .edit-text{
    font-size: 30px;
    text-align: right;
    font-weight: 100;
    line-height: 1.1em;
    color: #222;
}
.container-block .edit-text span{
    font-weight: 600;
    font-family: Poppins-Medium;
}
.container-block .edit-text p{
    line-height: 30px;

}
.container-block .text-parrafo p{
    font-size: 18px;
    line-height: 24px;
    color: #777777;
}
.container-block .boton-in a{
  
    border: 1px solid #28a745;
    margin-top: 20px;
    border-radius: 4px;
}
.container-block .boton-in a:hover{
    text-decoration: none;
   
    background: transparent;
    color: #28a745;
}


.what-do-we-do{
    width: 100%;
    padding: 60px 0;
}
.what-do-we-do .cont-title{
    width: 700px;
    margin: 0 auto;
}
.what-do-we-do h1{
    text-align: center;
    font-family:Poppins-Medium;
    font-size: 35px;
    margin-bottom: 20px;
}
.what-do-we-do p{
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    color: #777777;
}
.what-do-we-do .img-fluid {
    border-radius: 10px;
}
.btn-black{
    background-color: black;
    border-color: black;
    color: white;
}
.info-item { padding-top: 10px;}
.info-item button:hover{
    color:#ccc;
}
.info-item p{
    text-align: justify;
}
.hosting{
    background-image: url(../img/img-server.jpg);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgba(0,0,0,0.8);
    padding: 80px 0;
}
.hosting .content {
    height: auto;
    margin-bottom: 30px;
}
.hosting .content a{
    border: 1px solid #28a745;
    color: white;
    background-color: #28a745;
    padding: 10px;
}
.hosting .content a:hover{
    text-decoration: none;
    background: transparent;
    color: #28a745;
}
.hosting .content h1{
    color: white;
}
.hosting .content h4 {
    color: #ccc;
}
.hosting .content p{
    color: #777777;
}

/* Start PLANS */
.hosting-plans {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.plans {
    width: 23%;
    background-color: #FFF;
    padding: 30px;
    font-family: 'Poppins-Medium';
    border-radius: 5px;
}
.plans a {
    display: block;
    text-align: center;
    border: 1px solid #28a745;
    color: white;
    background-color: #28a745;
    padding: 10px;
}
.plans a:hover {
    text-decoration: none;
    background: transparent;
    color: #28a745;
}
.plans h4 { color: #006688; }
.host-price {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    border-radius: 5px;
    color: #FFF;
    position: relative;
    font-size: 23px;
}
.host-price::before {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    background-color: inherit;
    margin-left: -12px;
    top: 100%;
    margin-top: -12px;
    left: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.host-details {
    width: 100%;
    padding: 20px 0 0;
    font-size: 14px;
}
.host-details ul { list-style: none; padding: 20px 0;}

/*  End PLANS */


.contact-home{
    background-image: url(../img/book-bg.jpg);
    background-size: cover;
    background-position: center;
    background-blend-mode: overlay;
    background-color: rgba(0,0,0,0.8);
    padding: 100px 0;
}
.contact-home .contact-title a{
    border: 1px solid #006688;
    color: white;
    background-color: #006688;
    padding: 10px;
}
.contact-home .contact-title a:hover{
    text-decoration: none;
    background: transparent;
    color: #006688;
}
.contact-home .form-group{
    margin-bottom: 6px;
}
.clear{
    clear: both;
}
.contact-title h1{
    color: white;
}
.contact-title h4{
    color: white; 
}
.contact-title p{
    color: #777777;
}
.contact-title .boton a{
    float:left;
}
.form{
    width: 372px;
    height: 420px;
    background-color: white;
    margin: 0 auto;
    border-radius: 8px;
    padding: 0 20px;
}
.form h4{
    text-align: center;
    padding-top: 30px;
}
.btn-send{
    background-color: #006688;
    color: #fff;
    font-size: 14px;
    text-transform: capitalize;
}
.form-group .btn-color{
    background-color: #006688;
    color: white;
    cursor: pointer;
}
.novedades{
    width: 100%;
    margin: 50px 0;
}
.novedades h1{
    text-align:center;
    font-family: Poppins-Medium;
    font-size: 35px;
}
.novedades h6{
    text-align: center;
    color: #777777;
    margin-bottom: 25px;
}
.col-padd{
    padding: 20px 40px;
}
.novedades p{
    text-align: justify;
    font-size: 15px;
}
.novedades h5:hover{
    cursor: pointer;
    color: #006688;
}
.banner-host{
    width: 100%;
    height: 320px;
    background-image: url(../img/hosting.jpg);
    background-blend-mode: overlay;
    background-color: rgba(0,0,0,0.5);
}
.banner-host .title-host{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    color: #fff;
}
.title-in{
    text-align: center;
    padding: 50px 0;
   
}
.title-in p{
    width: 50%;
    margin: 0 auto;
    color: #777777;
    font-family: Arial, Helvetica, sans-serif;
}
.content-info span{
    font-weight: 700;
    font-size: 20px;

}
.content-info .pad{
    margin: 20px 0px;
}
.content-info p{
    padding-top: 10px;
}
.content-info img{
    width: 100%;
}
.content-info .fond-color{
    background-color: #f9f9ff;
    padding: 20px 15px 30px 30px;
}
.content-info .col-xl-4{
    margin-bottom: 30px;
}
.content-in{
    margin-top: 80px;
    width: 100%;
    height: 300px;
    background-image: url(../img/diseño-web.jpg);
    background-size:100%;
}
.content-in p{
    margin-bottom: 60px;

}
.content-in .col-xl-12{
    text-align: center;

}
.content-in a{
    border: 1px solid #006688;
    color: white;
    background-color: #006688;
    padding: 10px;
    margin-top: 10px;
    
}
.content-in a:hover{
    text-decoration: none;
    background: transparent;
    color: #006688;
}

.content-in h1{
    margin-top: 50px;
    text-align: center;
    color: white;
}
.content-in p{
    text-align: center;
    color: white;
}
.banner-contact{
    width:100%;
    height: 160px;
    background-image: url(../img/contacto.jpg);
    background-blend-mode: overlay;
    background-color: rgba(0,0,0,0.57);
}
.banner-contact .title-contact{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0 auto;
    width: 1100px;
    line-height: 150px;
}
.contact-info{
    padding: 50px 0;
}
.contact-info img{
    width: 40px;
    float: left;
    margin-right: 20px;
}
.contact-info .contact-pad{
    padding-top: 50px;
}
.contact-info h6{
    color: #222222;
}
.contact-info span{
    font-size: 13px;
}
.contact-info .separador{
    margin: 30px 0;
}
.contact-info .primary-btn{
    background-color: #006688;
    line-height: 30px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid transparent;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    position: relative;
}
footer{
    background-color: #222222;

}
footer .footer-in{
    color: #ccc;
    padding: 60px 20px;
}
.footer-in p{
  font-size: 14px;
}
.footer-in span{
    font-size: 20px;
    color: #006688;
}
.footer-in h4{
    color: white;
}
.footer-in i{
    font-size: 30px;
    margin: 20px 10px 0;
    text-decoration: none;
}
.footer-in a:hover{
    color: #006688;
}
.footer-in a{
    color: white;
    text-decoration: none;
}
footer .footer-in ul li {
    list-style: none;
    font-size: 14px;
}
.banner-mandrika{
    background-image: url(../img/about-us.jpg);
    background-blend-mode: overlay;
    background-color: rgba(0,0,0,0.57);
}
.banner-mandrika{
    width:100%;
    height: 160px;
  
}
.banner-mandrika .title-contact{
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    color: #fff;
}
.content-mandrika .title-man{
    font-size: 35px;
    font-family: "Poppins", sans-serif;
    color: #222222;
    font-weight: 600;
    line-height: 40px;
    margin: 100px 0 20px 0;
}
.content-mandrika .title-man img{
    width: 100%;
    border-radius:10px;
}
.content-mandrika p{
    color: #777777;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
}
.foto-in img{
    width: 500px;
}
.boton-in a{
    width: 230px;
    background-color: #28a745;
    color: white;
    text-align: center;
    line-height: 40px;
    float: left;
}
.boton-in a:hover{
    color: white;
    text-decoration: none;
}
.container-info {  
     margin: 50px 0;
}
.container-info .charact i{
    font-size: 30px;
}
.container-info .charact span{
    padding-left: 10px;
    font-size: 20px;
}
.container-info .charact p{
    font-size: 16px;
    color: #777777;
}
.mandrika-info{
    margin: 40px 0;
}
.mandrika-info .title-info{
    text-align: center;
    font-size: 32px;
}
.mandrika-info h6{
    text-align: center;
    font-size: 20px;
    font-weight: 200;
}

.customer{
    padding: 0px 5px;
    text-align: center;
}
.customer h6{
    font-size: 12px;
}
.customer p{
    text-align: center;
}





/*  MEDIA QUERIES  */

@media (max-width: 767px) {

    .hosting .content a{ font-size: 13px;}
    .hosting-plans{ display: block; padding: 0 15px;}
    .plans {width: 100%; margin-bottom: 10px;}
    .novedades h6 {width: 95%; margin: 0 auto; font-size: 12px;}
    footer .footer-in{padding: 20px 20px 10px;}
    .novedades h1 {font-size: 18px;}
    .hosting .content h1 {font-size: 25px;}
    .hosting .content h4 {font-size: 14px;}
    .form {width: 340px;}
    .contact-title h1 {font-size: 30px;}
    .contact-home {padding: 40px 0;}
}

